diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-26 19:43:21 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-26 19:43:21 +0200 |
commit | e906ffafbb0da30f22e0949017f4142f00362180 (patch) | |
tree | 04ba5687e13021852e1e04273f9339aac20ce64c /toolkit/locales/en-US/chrome/global/aboutProfiles.dtd | |
parent | 1d152bb9f45a871649b4364f3cb490da679b350c (diff) | |
download | UXP-e906ffafbb0da30f22e0949017f4142f00362180.tar UXP-e906ffafbb0da30f22e0949017f4142f00362180.tar.gz UXP-e906ffafbb0da30f22e0949017f4142f00362180.tar.lz UXP-e906ffafbb0da30f22e0949017f4142f00362180.tar.xz UXP-e906ffafbb0da30f22e0949017f4142f00362180.zip |
"about:profiles" and "about:support" - use "Restart in Safe Mode" instead of "Restart with Add-ons Disabled"
https://github.com/MoonchildProductions/Pale-Moon/issues/1563
Diffstat (limited to 'toolkit/locales/en-US/chrome/global/aboutProfiles.dtd')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/aboutProfiles.dtd | 2 |
1 files changed, 1 insertions, 1 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…"> |