summaryrefslogtreecommitdiff
path: root/remove-branding-urlbar.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-11-17 15:59:57 -0500
committerB. Stack <bgstack15@gmail.com>2021-11-17 15:59:57 -0500
commit46f06c29a7760063bc811ec2137b56defb4f9a7a (patch)
tree2720e0b456f6501ac0263fadec76ad135e6ea141 /remove-branding-urlbar.patch
parentMOZ_REQUIRE_SIGNING should be blank (diff)
downloadlibrewolf-fedora-ff-46f06c29a7760063bc811ec2137b56defb4f9a7a.tar.gz
librewolf-fedora-ff-46f06c29a7760063bc811ec2137b56defb4f9a7a.tar.bz2
librewolf-fedora-ff-46f06c29a7760063bc811ec2137b56defb4f9a7a.zip
add 94.0 patches that should be included
Diffstat (limited to 'remove-branding-urlbar.patch')
-rw-r--r--remove-branding-urlbar.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/remove-branding-urlbar.patch b/remove-branding-urlbar.patch
new file mode 100644
index 0000000..e005458
--- /dev/null
+++ b/remove-branding-urlbar.patch
@@ -0,0 +1,11 @@
+--- a/browser/locales/en-US/browser/browser.ftl
++++ b/browser/locales/en-US/browser/browser.ftl
+@@ -543,7 +543,7 @@
+ # A label shown above the "Firefox Suggest" (bookmarks/history) group in the
+ # urlbar results.
+ urlbar-group-firefox-suggest =
+- .label = { -firefox-suggest-brand-name }
++ .label = Suggestions
+
+ # A label shown above the search suggestions group in the urlbar results. It
+ # should use title case.
bgstack15