From 545994789c5d1c38030fee9c57f4fdb68b8e7c1c Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Thu, 28 Oct 2021 18:07:16 -0700 Subject: [PATCH 1/4] Rename Logins to Logins+ in the PWM view controller. --- DuckDuckGo/SecureVault/View/PasswordManager.storyboard | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DuckDuckGo/SecureVault/View/PasswordManager.storyboard b/DuckDuckGo/SecureVault/View/PasswordManager.storyboard index 5e92e4d70b..dfd385a134 100644 --- a/DuckDuckGo/SecureVault/View/PasswordManager.storyboard +++ b/DuckDuckGo/SecureVault/View/PasswordManager.storyboard @@ -1,8 +1,8 @@ - + - + @@ -29,8 +29,8 @@ - - + + From 6bdb84723ffcca9776cd3114d0a969b02496890c Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Thu, 28 Oct 2021 18:07:53 -0700 Subject: [PATCH 2/4] Fireproof Websites becomes Fireproof Sites. --- DuckDuckGo/Preferences/View/Preferences.storyboard | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DuckDuckGo/Preferences/View/Preferences.storyboard b/DuckDuckGo/Preferences/View/Preferences.storyboard index 2673aa137c..2785856c0a 100644 --- a/DuckDuckGo/Preferences/View/Preferences.storyboard +++ b/DuckDuckGo/Preferences/View/Preferences.storyboard @@ -521,8 +521,8 @@ - - + + From ec541ff7300cef485f597832ce27661c77bf05ae Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Thu, 28 Oct 2021 18:08:24 -0700 Subject: [PATCH 3/4] Fix the capitalization on "Bookmark This Page". --- DuckDuckGo/Common/Localizables/UserText.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuckDuckGo/Common/Localizables/UserText.swift b/DuckDuckGo/Common/Localizables/UserText.swift index b2adc9a229..b6c4ba7015 100644 --- a/DuckDuckGo/Common/Localizables/UserText.swift +++ b/DuckDuckGo/Common/Localizables/UserText.swift @@ -133,7 +133,7 @@ struct UserText { static let editFavorite = NSLocalizedString("edit.favorite", value: "Edit Favorite", comment: "Header of the view that edits a favorite bookmark") static let editFolder = NSLocalizedString("edit.folder", value: "Edit Folder", comment: "Header of the view that edits a bookmark folder") static let removeFromFavorites = NSLocalizedString("remove.from.favorites", value: "Remove from Favorites", comment: "Button for removing bookmarks from favorites") - static let bookmarkThisPage = NSLocalizedString("bookmark.this.page", value: "Bookmark this Page…", comment: "Menu item for bookmarking current page") + static let bookmarkThisPage = NSLocalizedString("bookmark.this.page", value: "Bookmark This Page…", comment: "Menu item for bookmarking current page") static let zoom = NSLocalizedString("zoom", value: "Zoom", comment: "Menu with Zooming commands") From 8081cbb7f17a34051932238303db639df725feab Mon Sep 17 00:00:00 2001 From: Alexey Martemyanov Date: Fri, 29 Oct 2021 17:38:31 +0700 Subject: [PATCH 4/4] More ellipsis and apostrophe replacements (#290) --- DuckDuckGo/Bookmarks/Services/ContextualMenu.swift | 2 +- DuckDuckGo/BrowserTab/View/Base.lproj/BrowserTab.storyboard | 2 +- DuckDuckGo/Crash Reports/View/CrashReports.storyboard | 2 +- DuckDuckGo/Data Import/View/DataImport.storyboard | 4 ++-- DuckDuckGo/Fire/View/Fire.storyboard | 2 +- DuckDuckGo/Homepage/View/DefaultBrowserPromptView.xib | 2 +- DuckDuckGo/Preferences/View/DefaultBrowserTableCellView.xib | 2 +- .../Preferences/View/DownloadPreferencesTableCellView.xib | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/DuckDuckGo/Bookmarks/Services/ContextualMenu.swift b/DuckDuckGo/Bookmarks/Services/ContextualMenu.swift index 93ca2f67ec..e355c22e2b 100644 --- a/DuckDuckGo/Bookmarks/Services/ContextualMenu.swift +++ b/DuckDuckGo/Bookmarks/Services/ContextualMenu.swift @@ -117,7 +117,7 @@ struct ContextualMenu { } static func editBookmarkMenuItem(bookmark: Bookmark) -> NSMenuItem { - let title = NSLocalizedString("Edit...", comment: "Command") + let title = NSLocalizedString("Edit…", comment: "Command") return menuItem(title, #selector(BookmarkMenuItemSelectors.editBookmark(_:)), bookmark) } diff --git a/DuckDuckGo/BrowserTab/View/Base.lproj/BrowserTab.storyboard b/DuckDuckGo/BrowserTab/View/Base.lproj/BrowserTab.storyboard index 37b44a24c5..6d0e1c4595 100644 --- a/DuckDuckGo/BrowserTab/View/Base.lproj/BrowserTab.storyboard +++ b/DuckDuckGo/BrowserTab/View/Base.lproj/BrowserTab.storyboard @@ -26,7 +26,7 @@ - + diff --git a/DuckDuckGo/Crash Reports/View/CrashReports.storyboard b/DuckDuckGo/Crash Reports/View/CrashReports.storyboard index 5e591d4edd..7402237e95 100644 --- a/DuckDuckGo/Crash Reports/View/CrashReports.storyboard +++ b/DuckDuckGo/Crash Reports/View/CrashReports.storyboard @@ -103,7 +103,7 @@ DQ