diff options
Diffstat (limited to 'hide-default-browser.patch')
-rw-r--r-- | hide-default-browser.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hide-default-browser.patch b/hide-default-browser.patch index 4923780..3db1aa3 100644 --- a/hide-default-browser.patch +++ b/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 |