diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-06-27 10:25:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-27 10:25:15 +0200 |
commit | a3724697dc38820c4918b9e674ff56d2c15c5bba (patch) | |
tree | 920b62ff4f530363ce246069ad4f788928dc2d9c /toolkit/locales/en-US/chrome | |
parent | 2d8e325fbdaeaa26b1f2a99ddbbb67804ef97864 (diff) | |
parent | a05046a4d26d9b743b7f2333e9584a147623ca2b (diff) | |
download | UXP-a3724697dc38820c4918b9e674ff56d2c15c5bba.tar UXP-a3724697dc38820c4918b9e674ff56d2c15c5bba.tar.gz UXP-a3724697dc38820c4918b9e674ff56d2c15c5bba.tar.lz UXP-a3724697dc38820c4918b9e674ff56d2c15c5bba.tar.xz UXP-a3724697dc38820c4918b9e674ff56d2c15c5bba.zip |
Merge pull request #551 from janekptacijarabaci/toolkit_restart_normally_2
"about:support" - added support for "Restart normally"
Diffstat (limited to 'toolkit/locales/en-US/chrome')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/aboutProfiles.dtd | 2 | ||||
-rw-r--r-- | toolkit/locales/en-US/chrome/global/aboutSupport.dtd | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/locales/en-US/chrome/global/aboutProfiles.dtd b/toolkit/locales/en-US/chrome/global/aboutProfiles.dtd index 48e24923e..5091517b2 100644 --- a/toolkit/locales/en-US/chrome/global/aboutProfiles.dtd +++ b/toolkit/locales/en-US/chrome/global/aboutProfiles.dtd @@ -6,5 +6,5 @@ <!ENTITY aboutProfiles.subtitle "This page helps you to manage your profiles. Each profile is a separate world which contains separate history, bookmarks, settings and add-ons."> <!ENTITY aboutProfiles.create "Create a New Profile"> <!ENTITY aboutProfiles.restart.title "Restart"> -<!ENTITY aboutProfiles.restart.inSafeMode "Restart with Add-ons Disabled…"> +<!ENTITY aboutProfiles.restart.inSafeMode "Restart in Safe Mode…"> <!ENTITY aboutProfiles.restart.normal "Restart normally…"> diff --git a/toolkit/locales/en-US/chrome/global/aboutSupport.dtd b/toolkit/locales/en-US/chrome/global/aboutSupport.dtd index 8459300c5..a0dd3531b 100644 --- a/toolkit/locales/en-US/chrome/global/aboutSupport.dtd +++ b/toolkit/locales/en-US/chrome/global/aboutSupport.dtd @@ -110,7 +110,10 @@ variant of aboutSupport.showDir.label. --> <!ENTITY aboutSupport.copyRawDataToClipboard.label "Copy raw data to clipboard"> <!ENTITY aboutSupport.safeModeTitle "Try Safe Mode"> -<!ENTITY aboutSupport.restartInSafeMode.label "Restart with Add-ons Disabled…"> +<!ENTITY aboutSupport.restartInSafeMode.label "Restart in Safe Mode…"> + +<!ENTITY aboutSupport.restartTitle "Try Restart"> +<!ENTITY aboutSupport.restartNormal.label "Restart normally…"> <!ENTITY aboutSupport.graphicsFeaturesTitle "Features"> <!ENTITY aboutSupport.graphicsDiagnosticsTitle "Diagnostics"> |