diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-26 20:20:43 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-26 20:20:43 +0200 |
commit | e240469e7241fece5c00b398007b6c529301de6d (patch) | |
tree | 5989292b034f08296b9f156b5700a653dc78557a /toolkit/locales/en-US | |
parent | 8207d755f1299032d9102182993d390a62dad7e0 (diff) | |
download | UXP-e240469e7241fece5c00b398007b6c529301de6d.tar UXP-e240469e7241fece5c00b398007b6c529301de6d.tar.gz UXP-e240469e7241fece5c00b398007b6c529301de6d.tar.lz UXP-e240469e7241fece5c00b398007b6c529301de6d.tar.xz UXP-e240469e7241fece5c00b398007b6c529301de6d.zip |
"about:support" - added support for "Restart normally"
https://github.com/MoonchildProductions/Pale-Moon/pull/1093 (partially)
Diffstat (limited to 'toolkit/locales/en-US')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/aboutSupport.dtd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/aboutSupport.dtd b/toolkit/locales/en-US/chrome/global/aboutSupport.dtd index 780b513f6..a0dd3531b 100644 --- a/toolkit/locales/en-US/chrome/global/aboutSupport.dtd +++ b/toolkit/locales/en-US/chrome/global/aboutSupport.dtd @@ -112,6 +112,9 @@ variant of aboutSupport.showDir.label. --> <!ENTITY aboutSupport.safeModeTitle "Try Safe Mode"> <!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"> <!ENTITY aboutSupport.graphicsFailureLogTitle "Failure Log"> |