remove kdb beta warning

This commit is contained in:
Philipp Crocoll 2015-09-25 06:27:51 +02:00
parent dc80cd5c57
commit 16d068826f
3 changed files with 2 additions and 8 deletions

View File

@ -57,8 +57,7 @@ namespace keepass2android
CopyFileRequiredForEditing,
DuplicateUuidsError,
DuplicateUuidsErrorAdditional,
KdbBetaWarning,
DeletingItems,
DeletingItems,
AskDeletePermanentlyItems
}
}

View File

@ -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)
{

View File

@ -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>