diff --git a/MacPass/en.lproj/Localizable.strings b/MacPass/en.lproj/Localizable.strings index 800e265b..0f74b2f7 100644 --- a/MacPass/en.lproj/Localizable.strings +++ b/MacPass/en.lproj/Localizable.strings @@ -838,8 +838,12 @@ /* Error message displayed when a keepass database file is set as the key file */ "WARNING_DATABASE_FILE_SELECTED_AS_KEY_FILE" = "You should not use another database file as a key file since it might change and prevent you from reopening the current file."; -/* No Key or Password */ -"WARNING_NO_PASSWORD_OR_KEYFILE" = "No password or keyfile supplied!"; +/* No key file is set + Warning tha no key file is set when chaning the password */ +"WARNING_NO_KEYFILE" = "No key file is set"; + +/* Warning if no password is set when chaning the password */ +"WARNING_NO_PASSWORD" = "No password is set"; /* Informative Text displayed when clearing the Trash */ "WARNING_ON_DELETE_TRASHED_NODE_DESCRIPTION" = "The Trashed item(s) will be deleted!";