0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 21:53:31 -05:00
LibreWolf/patches/ui-patches/pref-naming.patch

62 lines
2.3 KiB
Diff
Raw Normal View History

2022-09-21 04:57:56 -05:00
diff --git a/browser/locales/en-US/browser/preferences/preferences.ftl b/browser/locales/en-US/browser/preferences/preferences.ftl
index a1e414697e71..b69052923385 100644
--- a/browser/locales/en-US/browser/preferences/preferences.ftl
+++ b/browser/locales/en-US/browser/preferences/preferences.ftl
2022-09-21 04:57:56 -05:00
@@ -128,6 +128,8 @@ search-results-help-link = Need help? Visit <a data-l10n-name="url">{ -brand-sho
startup-header = Startup
+session-restore-learn-more = What if it does not work?
+
always-check-default =
.label = Always check if { -brand-short-name } is your default browser
.accesskey = y
2022-09-21 04:57:56 -05:00
@@ -469,13 +471,13 @@ play-drm-content =
.label = Play DRM-controlled content
.accesskey = P
-play-drm-content-learn-more = Learn more
+play-drm-content-learn-more = Why we disable it
update-application-title = { -brand-short-name } Updates
update-application-description = Keep { -brand-short-name } up to date for the best performance, stability, and security.
2022-03-21 15:45:31 -05:00
-update-application-version = Version { $version } <a data-l10n-name="learn-more">Whats new</a>
+update-application-version = Version { $version } <a data-l10n-name="learn-more">Visit the repositories</a>
update-history =
.label = Show Update History…
2022-09-21 04:57:56 -05:00
@@ -634,7 +636,7 @@ home-restore-defaults =
.accesskey = R
home-mode-choice-default-fx =
- .label = { -firefox-home-brand-name } (Default)
+ .label = Homepage (Default)
home-mode-choice-custom =
.label = Custom URLs…
2022-09-21 04:57:56 -05:00
@@ -663,8 +665,8 @@ choose-bookmark =
## Home Section - Firefox Home Content Customization
2022-09-21 04:57:56 -05:00
-home-prefs-content-header2 = { -firefox-home-brand-name } Content
-home-prefs-content-description2 = Choose what content you want on your { -firefox-home-brand-name } screen.
+home-prefs-content-header2 = Homepage Content
+home-prefs-content-description2 = Choose what content you want on your Homepage screen.
home-prefs-search-header =
.label = Web Search
2022-09-21 04:57:56 -05:00
@@ -709,7 +711,7 @@ home-prefs-recent-activity-description = A selection of recent sites and content
home-prefs-snippets-header =
.label = Snippets
-home-prefs-snippets-description-new = Tips and news from { -vendor-short-name } and { -brand-product-name }
+home-prefs-snippets-description-new = Tips and news from { -vendor-short-name }
home-prefs-sections-rows-option =
.label =
2022-09-21 04:57:56 -05:00
--
2.37.3