Closed
Bug 782265
Opened 13 years ago
Closed 8 years ago
Use "restart of &brandShortName;" instead of only "restart" in blocklisting strings
Categories
(Toolkit :: Add-ons Manager, enhancement)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: aryx, Unassigned)
Details
http://mxr.mozilla.org/mozilla-aurora/source/toolkit/locales/en-US/chrome/mozapps/extensions/blocklist.dtd?raw=1 contains
<!ENTITY blocklist.softblocked "For your protection, it is highly recommended that you restart with these add-ons disabled.">
<!ENTITY blocklist.hardblocked "These add-ons have a high risk of causing stability or security problems and have been blocked, but a restart is required to disable them completely.">
<!ENTITY blocklist.softandhard "The add-ons that have a high risk of causing stability or security problems have been blocked. The others are lower risk, but it is highly recommended that you restart with them disabled.">
At least in German, "Neustart" [restart] is ambiguous because it can mean restart of the system or of the application. Translating it as "restart of the application" would be a workaround, but "restart of &brandShortName;" sounds more like other strings.
(Currently, the German localization uses &brandShortName; in these strings, but it doesn't check if &brandShortName; is defined or undefined.)
Comment 1•13 years ago
|
||
(In reply to Archaeopteryx [:aryx] from comment #0)
> (Currently, the German localization uses &brandShortName; in these strings,
> but it doesn't check if &brandShortName; is defined or undefined.)
It's safe - &brandShortName; is already used elsewhere in that file for en-US.
Bug 631908 is related, but not really a dupe.
Comment 2•8 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•