diff --git a/DuckDuckGo/Common/Localizables/UserText.swift b/DuckDuckGo/Common/Localizables/UserText.swift index de07c39ed4..6d24b4b9a2 100644 --- a/DuckDuckGo/Common/Localizables/UserText.swift +++ b/DuckDuckGo/Common/Localizables/UserText.swift @@ -609,7 +609,7 @@ struct UserText { static let addressLabel = NSLocalizedString("preferences-homepage-address", value: "Address:", comment: "Homepage address field label") static let tabs = NSLocalizedString("preferences-tabs.title", value: "Tabs", comment: "Title for tabs section in settings") - static let preferNewTabsToWindows = NSLocalizedString("preferences-tabs.prefer.new.tabs.to.windows", value: "Prefer new tabs instead of new windows when opening links", comment: "Option to prefer opening new tabs instead of windows when opening links") + static let preferNewTabsToWindows = NSLocalizedString("preferences-tabs.prefer.new.tabs.to.windows", value: "Open links in new tabs instead of new windows whenever possible", comment: "Option to prefer opening new tabs instead of windows when opening links") static let switchToNewTabWhenOpened = NSLocalizedString("preferences-tabs.switch.tab.when.opened", value: "Always switch to a new tab when opened", comment: "Option to switch to a new tab when it is opened") static let newTabPositionTitle = NSLocalizedString("preferences-tabs.new.tab.position.title", value: "Open new tabs", comment: "Title for new tab positioning") diff --git a/DuckDuckGo/Localizable.xcstrings b/DuckDuckGo/Localizable.xcstrings index 33f611da33..c7366c1099 100644 --- a/DuckDuckGo/Localizable.xcstrings +++ b/DuckDuckGo/Localizable.xcstrings @@ -11409,18 +11409,6 @@ } } }, - "close.all.other.tabs" : { - "comment" : "Menu item", - "extractionState" : "extracted_with_value", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "new", - "value" : "Close All Other Tabs" - } - } - } - }, "clear.and.quit" : { "comment" : "Button to clear data and quit the application", "extractionState" : "extracted_with_value", @@ -11481,6 +11469,18 @@ } } }, + "close.all.other.tabs" : { + "comment" : "Menu item", + "extractionState" : "extracted_with_value", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Close All Other Tabs" + } + } + } + }, "close.other.tabs" : { "comment" : "Menu item", "extractionState" : "extracted_with_value", @@ -43719,7 +43719,7 @@ "en" : { "stringUnit" : { "state" : "new", - "value" : "Prefer new tabs instead of new windows when opening links" + "value" : "Open links in new tabs instead of new windows whenever possible" } } } @@ -54431,4 +54431,4 @@ } }, "version" : "1.0" -} +} \ No newline at end of file