diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-01-16 01:55:31 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-01-16 01:55:31 +0100 |
commit | 41e07182f7b673f0edcfb1829a55e6ca865eee3a (patch) | |
tree | c9c8050235742124de7d87fca9ab2607b8246b53 | |
parent | 3e109856af110933e7e68b778dfd871b7d82b281 (diff) | |
download | UXP-41e07182f7b673f0edcfb1829a55e6ca865eee3a.tar UXP-41e07182f7b673f0edcfb1829a55e6ca865eee3a.tar.gz UXP-41e07182f7b673f0edcfb1829a55e6ca865eee3a.tar.lz UXP-41e07182f7b673f0edcfb1829a55e6ca865eee3a.tar.xz UXP-41e07182f7b673f0edcfb1829a55e6ca865eee3a.zip |
[PALEMOON] Move Advanced prefs l10n strings to their proper place
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/preferences/advanced.dtd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/application/palemoon/locales/en-US/chrome/browser/preferences/advanced.dtd b/application/palemoon/locales/en-US/chrome/browser/preferences/advanced.dtd index 6ef29c680..f8203c6f6 100644 --- a/application/palemoon/locales/en-US/chrome/browser/preferences/advanced.dtd +++ b/application/palemoon/locales/en-US/chrome/browser/preferences/advanced.dtd @@ -33,6 +33,12 @@ <!ENTITY setDefault.accesskey "d"> <!ENTITY isDefault.label "&brandShortName; is currently your default browser"> +<!ENTITY UACompatGroup.label "Compatibility"> +<!ENTITY UACompat.label "User Agent Mode:"> +<!ENTITY UACompat.Native "Native"> +<!ENTITY UACompat.Gecko "Gecko Compatibility"> +<!ENTITY UACompat.Firefox "Firefox Compatibility"> + <!ENTITY dataChoicesTab.label "Data Choices"> <!ENTITY crashReporterSection.label "Crash Reporter"> @@ -126,12 +132,6 @@ <!ENTITY viewSecurityDevices.label "Security Devices"> <!ENTITY viewSecurityDevices.accesskey "y"> -<!ENTITY UACompatGroup.label "Compatibility"> -<!ENTITY UACompat.label "User Agent Mode:"> -<!ENTITY UACompat.Native "Native"> -<!ENTITY UACompat.Gecko "Gecko Compatibility"> -<!ENTITY UACompat.Firefox "Firefox Compatibility"> - <!ENTITY scrollparamTab.label "Scrolling"> <!ENTITY smoothscroll.explain.label "The parameters below only have an effect if smooth scrolling is enabled overall with the checkbox above."> <!ENTITY smoothscroll.to "to"> |