Skip to content

Commit

Permalink
Copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayterDev committed Apr 29, 2024
1 parent dbf566b commit 04f507a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo/Common/Localizables/UserText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
28 changes: 14 additions & 14 deletions DuckDuckGo/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}
}
Expand Down Expand Up @@ -54431,4 +54431,4 @@
}
},
"version" : "1.0"
}
}

0 comments on commit 04f507a

Please sign in to comment.