diff --git a/MacPass/en.lproj/Localizable.strings b/MacPass/en.lproj/Localizable.strings index 01f19313..93b4002e 100644 --- a/MacPass/en.lproj/Localizable.strings +++ b/MacPass/en.lproj/Localizable.strings @@ -44,11 +44,11 @@ "ALERT_MERGE_CONTINUE" = "Merge files!"; /* Informative text displayed when merging KDB files */ -"ALERT_MERGE_KDB_FILE_INFO_TEXT" = "KDB databases do not contain enough information for a seamless merge. Entries will get merged and no data is lost. But due to groups only being matched by name, hence unexpected changes might occur. Such as moved entries will get moved back to their old group, or renamed groups will not get merged. Also deleted entries might reappear due to no information regarding deleted objects being stored. Are you sure you want to proceed? +"ALERT_MERGE_KDB_FILE_INFO_TEXT" = "KDB databases do not contain enough information for a seamless merge. Entries will get merged and no data is lost. But due to groups only being matched by name unexpected changes might occur. Moved entries might get moved back to their old group, or renamed groups will not get merged. Also deleted entries might reappear due to no information regarding deleted objects being stored. Are you sure you want to proceed? "; /* Alert message warning user about KDB file merge */ -"ALERT_MERGE_KDB_FILE_MESSAGE" = "You're a merging KDB database"; +"ALERT_MERGE_KDB_FILE_MESSAGE" = "You are merging a KDB database"; /* Alert message text when plugins or their settings change and require a restart */ "ALERT_MESSAGE_PLUGINS_CHANGED_SUGGEST_RESTART" = "Plugin settings changed. Please restart.";