summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/librewolf/hide-default-browser.patch
diff options
context:
space:
mode:
Diffstat (limited to 'librewolf/debian/patches/librewolf/hide-default-browser.patch')
-rw-r--r--librewolf/debian/patches/librewolf/hide-default-browser.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/librewolf/debian/patches/librewolf/hide-default-browser.patch b/librewolf/debian/patches/librewolf/hide-default-browser.patch
index 4923780..3db1aa3 100644
--- a/librewolf/debian/patches/librewolf/hide-default-browser.patch
+++ b/librewolf/debian/patches/librewolf/hide-default-browser.patch
@@ -1,8 +1,10 @@
-diff --git a/browser/components/preferences/main.inc.xhtml b/browser/components/preferences/main.inc.xhtml
-index 855ee64..617911a 100644
--- a/browser/components/preferences/main.inc.xhtml
+++ b/browser/components/preferences/main.inc.xhtml
-@@ -32,7 +32,7 @@
+@@ -29,10 +29,11 @@
+ <vbox id="startupPageBox">
+ <checkbox id="browserRestoreSession"
+ data-l10n-id="startup-restore-windows-and-tabs"/>
++ <label id="sessionRestoreLearnMore" is="text-link" class="learnMore" data-l10n-id="session-restore-learn-more"/>
</vbox>
#ifdef HAVE_SHELL_SERVICE
bgstack15