summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/librewolf/pref-naming.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-25 16:23:01 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-25 16:23:01 -0400
commit1fb5aad1796596e6c875bfaf1eed71324a7d64df (patch)
tree27a6c60437ca2455388462c88872f7365981ac75 /librewolf/debian/patches/librewolf/pref-naming.patch
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-1fb5aad1796596e6c875bfaf1eed71324a7d64df.tar.gz
stackrpms-1fb5aad1796596e6c875bfaf1eed71324a7d64df.tar.bz2
stackrpms-1fb5aad1796596e6c875bfaf1eed71324a7d64df.zip
lw 100.0.2 dpkg rc1
Diffstat (limited to 'librewolf/debian/patches/librewolf/pref-naming.patch')
-rw-r--r--librewolf/debian/patches/librewolf/pref-naming.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/librewolf/debian/patches/librewolf/pref-naming.patch b/librewolf/debian/patches/librewolf/pref-naming.patch
index fa6eb80..f5cb16d 100644
--- a/librewolf/debian/patches/librewolf/pref-naming.patch
+++ b/librewolf/debian/patches/librewolf/pref-naming.patch
@@ -1,14 +1,14 @@
--- a/browser/locales/en-US/browser/preferences/preferences.ftl
+++ b/browser/locales/en-US/browser/preferences/preferences.ftl
-@@ -140,7 +140,7 @@
- .accesskey = D
+@@ -128,6 +128,8 @@
- startup-restore-windows-and-tabs =
-- .label = Open previous windows and tabs
-+ .label = Open previous windows and tabs. (requires enabling browsing history)
- .accesskey = s
+ startup-header = Startup
- startup-restore-warn-on-quit =
++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
@@ -409,13 +409,13 @@
.label = Play DRM-controlled content
.accesskey = P
bgstack15