From 0197bdc5bcb664d48922d0830956c2355177aff4 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Fri, 24 Jan 2020 11:43:36 +0100 Subject: [PATCH] Added missing english localization --- MacPass/en.lproj/Localizable.strings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MacPass/en.lproj/Localizable.strings b/MacPass/en.lproj/Localizable.strings index 449e7aa1..2cecb643 100644 --- a/MacPass/en.lproj/Localizable.strings +++ b/MacPass/en.lproj/Localizable.strings @@ -669,6 +669,9 @@ /* Search option: Find duplicate passwords */ "SEARCH_DUPLICATE_PASSWORDS" = "Duplicate Passwords"; +/* Placeholder string displayed in the search field in the toolbar */ +"SEARCH_EVERYWHERE" = "Search Everywhere"; + /* Search option: Find expired entries */ "SEARCH_EXPIRED_ENTRIES" = "Expired";