diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:02:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:02:55 +0000 |
commit | 22e2874bf6412144ab4b51b95327306ef9609b2c (patch) | |
tree | 977413f3f953a8838b52b432554e53707cf27777 /browser/base | |
parent | Releasing progress-linux version 126.0-1~progress7.99u1. (diff) | |
download | firefox-22e2874bf6412144ab4b51b95327306ef9609b2c.tar.xz firefox-22e2874bf6412144ab4b51b95327306ef9609b2c.zip |
Merging upstream version 126.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | browser/base/content/browser.xhtml | 1 | ||||
-rw-r--r-- | browser/base/content/webext-panels.xhtml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/browser/base/content/browser.xhtml b/browser/base/content/browser.xhtml index a01138c7da..8ef14813b1 100644 --- a/browser/base/content/browser.xhtml +++ b/browser/base/content/browser.xhtml @@ -92,7 +92,6 @@ <!-- Untranslated FTL files --> <link rel="localization" href="preview/enUS-searchFeatures.ftl" /> <link rel="localization" href="preview/interventions.ftl" /> - <link rel="localization" href="preview/select-translations.ftl"/> <link rel="localization" href="browser/shopping.ftl"/> <link rel="localization" href="preview/shopping.ftl"/> <link rel="localization" href="preview/sidebar.ftl"/> diff --git a/browser/base/content/webext-panels.xhtml b/browser/base/content/webext-panels.xhtml index f421d9bf80..1b97794a8d 100644 --- a/browser/base/content/webext-panels.xhtml +++ b/browser/base/content/webext-panels.xhtml @@ -28,7 +28,7 @@ <html:link rel="localization" href="toolkit/branding/brandings.ftl"/> <html:link rel="localization" href="toolkit/global/textActions.ftl"/> <html:link rel="localization" href="browser/browserContext.ftl"/> - <html:link rel="localization" href="preview/select-translations.ftl"/> + <html:link rel="localization" href="browser/translations.ftl"/> </linkset> <commandset id="mainCommandset"> |