diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-04-13 06:52:08 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-04-13 06:52:08 -0400 |
commit | 0ea4dabdeaa5e3f198bece363fa45c032b9f3cb7 (patch) | |
tree | 9055c7791434c8502f7f075bb2a694a57d62e078 /application/basilisk/locales/en-US/chrome | |
parent | 8e5056ce2fa45726c5498c04808b7b4b9ee107e0 (diff) | |
download | UXP-0ea4dabdeaa5e3f198bece363fa45c032b9f3cb7.tar UXP-0ea4dabdeaa5e3f198bece363fa45c032b9f3cb7.tar.gz UXP-0ea4dabdeaa5e3f198bece363fa45c032b9f3cb7.tar.lz UXP-0ea4dabdeaa5e3f198bece363fa45c032b9f3cb7.tar.xz UXP-0ea4dabdeaa5e3f198bece363fa45c032b9f3cb7.zip |
[BASILISK] Restore Tabs from Other Devices history menu item and Add First Sync Progress
Diffstat (limited to 'application/basilisk/locales/en-US/chrome')
-rw-r--r-- | application/basilisk/locales/en-US/chrome/browser/browser.dtd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/application/basilisk/locales/en-US/chrome/browser/browser.dtd b/application/basilisk/locales/en-US/chrome/browser/browser.dtd index 892fb4fec..86833fc18 100644 --- a/application/basilisk/locales/en-US/chrome/browser/browser.dtd +++ b/application/basilisk/locales/en-US/chrome/browser/browser.dtd @@ -723,8 +723,9 @@ you can use these alternative items. Otherwise, their values should be empty. - The word "toolbar" is appended automatically and should not be contained below! --> <!ENTITY tabsToolbar.label "Browser tabs"> -<!-- LOCALIZATION NOTE (syncTabsMenu3.label): This appears in the history menu --> -<!ENTITY syncTabsMenu3.label "Synced Tabs"> +#ifdef MOZ_SERVICES_SYNC +<!-- LOCALIZATION NOTE (syncTabsMenu2.label): This appears in the history menu --> + <!ENTITY syncTabsMenu2.label "Tabs From Other Devices"> <!ENTITY syncBrand.shortName.label "Sync"> @@ -735,6 +736,7 @@ you can use these alternative items. Otherwise, their values should be empty. - <!ENTITY syncReAuthItem.label "Reconnect to &syncBrand.shortName.label;…"> <!ENTITY syncReAuthItem.accesskey "R"> <!ENTITY syncToolbarButton.label "Sync"> +#endif <!ENTITY customizeMode.menuAndToolbars.header2 "Additional Tools and Features"> <!ENTITY customizeMode.menuAndToolbars.empty "Want more tools?"> |