mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-05 09:05:10 -05:00
remove kdb beta warning
This commit is contained in:
parent
dc80cd5c57
commit
16d068826f
@ -57,8 +57,7 @@ namespace keepass2android
|
||||
CopyFileRequiredForEditing,
|
||||
DuplicateUuidsError,
|
||||
DuplicateUuidsErrorAdditional,
|
||||
KdbBetaWarning,
|
||||
DeletingItems,
|
||||
DeletingItems,
|
||||
AskDeletePermanentlyItems
|
||||
}
|
||||
}
|
||||
|
@ -219,10 +219,7 @@ namespace keepass2android
|
||||
#endif
|
||||
public byte[] HashOfLastStream { get; private set; }
|
||||
public bool CanWrite { get { return true; } }
|
||||
public string SuccessMessage { get
|
||||
{
|
||||
return _app.GetResourceString(UiStringKey.KdbBetaWarning);
|
||||
} }
|
||||
public string SuccessMessage { get { return null; } }
|
||||
|
||||
public void Save(PwDatabase kpDatabase, Stream stream)
|
||||
{
|
||||
|
@ -533,8 +533,6 @@
|
||||
|
||||
<string name="CopyingFile">Copying file...</string>
|
||||
|
||||
<string name="KdbBetaWarning">Please note: You have loaded a Keepass 1 database. Keepass2Android has recently added write support for this database format. Despite thorough testing, the author does not guarantee that all data will be saved correctly. Please always keep a backup of the original database (Dropbox automatically stores recent versions) before making changes. Please report any issues. Thanks!</string>
|
||||
|
||||
<string name="ChangeLog_title">Change log</string>
|
||||
|
||||
<string name="PreviewWarning">Please note! This is a preview release and might come with some flaws! If you experience *anything* unexpected, please let me know (on Codeplex or by email).</string>
|
||||
|
Loading…
Reference in New Issue
Block a user