diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-06-20 18:36:56 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-06-20 18:36:56 +0300 |
commit | 00e1f4f566f73a4dc0652a2c993d3bde8c276e92 (patch) | |
tree | f409a83239840973e0a70f999eb80888ba6e3782 /toolkit/locales/en-US | |
parent | 2546ae588f7131bf2879af4ed6094a96025f1a27 (diff) | |
download | UXP-00e1f4f566f73a4dc0652a2c993d3bde8c276e92.tar UXP-00e1f4f566f73a4dc0652a2c993d3bde8c276e92.tar.gz UXP-00e1f4f566f73a4dc0652a2c993d3bde8c276e92.tar.lz UXP-00e1f4f566f73a4dc0652a2c993d3bde8c276e92.tar.xz UXP-00e1f4f566f73a4dc0652a2c993d3bde8c276e92.zip |
Fix misc regressions in en-US locale
Diffstat (limited to 'toolkit/locales/en-US')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/preferences.dtd | 2 | ||||
-rw-r--r-- | toolkit/locales/en-US/chrome/pluginproblem/pluginproblem.dtd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/locales/en-US/chrome/global/preferences.dtd b/toolkit/locales/en-US/chrome/global/preferences.dtd index 539dbbd5e..4824e5c06 100644 --- a/toolkit/locales/en-US/chrome/global/preferences.dtd +++ b/toolkit/locales/en-US/chrome/global/preferences.dtd @@ -4,6 +4,6 @@ <!ENTITY windowClose.key "w"> <!ENTITY preferencesDefaultTitleMac.title "Preferences"> -<!ENTITY preferencesDefaultTitleWin.title "Options"> +<!ENTITY preferencesDefaultTitleWin.title "Preferences"> <!ENTITY preferencesCloseButton.label "Close"> <!ENTITY preferencesCloseButton.accesskey "C"> diff --git a/toolkit/locales/en-US/chrome/pluginproblem/pluginproblem.dtd b/toolkit/locales/en-US/chrome/pluginproblem/pluginproblem.dtd index c2d49d683..841655127 100644 --- a/toolkit/locales/en-US/chrome/pluginproblem/pluginproblem.dtd +++ b/toolkit/locales/en-US/chrome/pluginproblem/pluginproblem.dtd @@ -7,7 +7,7 @@ <!ENTITY unsupportedPlatform.pre "We're very sorry, but &brandShortName; can't play Flash on this device. "> <!-- LOCALIZATION NOTE (unsupportedPlatform.learnMore): Mobile only. This text is used to link to a SUMO page explaining why Flash is not supported on this device. Use the unicode ellipsis char, \u2026, or use "..." if \u2026 doesn't suit traditions in your locale. --> -<!ENTITY unsupportedPlatform.learnMore "Learn More…"> +<!ENTITY unsupportedPlatform.learnMore "Learn More…"> <!-- LOCALIZATION NOTE (unsupportedPlatform.post): Mobile only. Include text here if needed for your locale. --> <!ENTITY unsupportedPlatform.post ""> |