Closed
Bug 424007
Opened 17 years ago
Closed 17 years ago
Repoerter appends "..." in XUL, should be localizable
Categories
(Other Applications Graveyard :: Reporter, defect, P2)
Other Applications Graveyard
Reporter
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 422913
People
(Reporter: bugzilla, Assigned: raccettura)
Details
Same as bug 406083, "..." should not be hard-corded in XUL.
It should be in dtd and should be loalizable.
http://mxr.mozilla.org/seamonkey/source/extensions/reporter/resources/content/reporter/reporterOverlay.xul#54
<menuitem id="menu_HelpPopup_reportertoolmenu"
- label="&reporterMenu.title;…"
+ label="&reporterMenu.title2;"
http://mxr.mozilla.org/seamonkey/source/extensions/reporter/resources/content/reporter/reporterOverlay.xul#76
<menuitem id="helpPopup_reportertoolmenu"
- label="&reporterMenu.title;…"
+ label="&reporterMenu.title2;"
http://mxr.mozilla.org/seamonkey/source/extensions/reporter/locales/en-US/chrome/reporterOverlay.dtd#1
-<!ENTITY reporterMenu.title "Report Broken Web Site">
+<!ENTITY reporterMenu.title2 "Report Broken Web Site…">
Reporter | ||
Comment 1•17 years ago
|
||
Ooops, sorry this was dup.
Status: NEW → RESOLVED
Closed: 17 years ago
Priority: -- → P2
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•