Closed
Bug 260141
Opened 21 years ago
Closed 20 years ago
Some strings in locale files is using "Firefox" - should use &brandShortName; instead
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: unghost, Assigned: unghost)
References
Details
(Keywords: fixed-aviary1.0, late-l10n)
Attachments
(1 file, 3 obsolete files)
1.17 KB,
patch
|
benjamin
:
review+
benjamin
:
approval-aviary+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.3) Gecko/20040913 Firefox/0.10
Some strings in locale files is using "Firefox" - should use &brandShortName;
instead
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
I've found two more places with hardcoded strings:
http://lxr.mozilla.org/aviarybranch/source/browser/locales/en-US/installer/installer.inc#23
#define SETUP_TYPE_EXISTING The selected directory already contains a Firefox
installation. To delete %s completely, please press the 'Delete Directory'
button. Your Firefox settings should not be affected. Or, please press the
'Cancel' button and choose a different destination directory.
http://lxr.mozilla.org/aviarybranch/source/toolkit/locales/en-US/installer/unix/install.it#16
DEFAULT_TITLE=Mozilla Installer
But it's installer part and I don't know how to fix it.
Comment 3•21 years ago
|
||
Benjamin, confirm/review/own? Pick your favorite ;-)
Comment on attachment 159258 [details] [diff] [review]
Replace "Firefox" with &brandShortName;
>-<!ENTITY getnew.tooltip "Close Options and visit Firefox Help's Extensions page">
>+<!ENTITY getnew.tooltip "Close Options and visit &brandShortName; Help's Extensions page">
> <!ENTITY getnew.url "http://texturizer.net/firefox/extensions/">
>-<!ENTITY getnew.tooltip "Close Options and visit Firefox Help's Themes page">
>+<!ENTITY getnew.tooltip "Close Options and visit &brandShortName; Help's Themes page">
> <!ENTITY getnew.url "http://texturizer.net/firefox/themes/">
But the name of the web site IS Firefox Help and nothing else.
Assignee | ||
Comment 5•21 years ago
|
||
> But the name of the web site IS Firefox Help and nothing else.
Firefox can change it's name one more time. And "Firefox Help web site" would be
"<insert new name> Help web site".
I believe that is purpose of &brandShortName; - don't make developers to go
through all .dtd files after renaming product.
Comment 6•21 years ago
|
||
Comment on attachment 159258 [details] [diff] [review]
Replace "Firefox" with &brandShortName;
Actually the purpose of &brandShortName; is to keep "toolkit" files from having
hardcode product names. This patch is fine to land on the trunk, but please
only fix update.dtd on the aviary branch.
Attachment #159258 -
Flags: review+
Updated•21 years ago
|
Assignee: firefox → als
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: firefox.general → bsmedberg
Assignee | ||
Comment 7•21 years ago
|
||
Carrying over r+.
Asking for sr.
Assignee | ||
Updated•21 years ago
|
Attachment #159258 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #159777 -
Flags: superreview?
Comment 8•21 years ago
|
||
Comment on attachment 159777 [details] [diff] [review]
Patch for updated.dtd only.
It's all good (you don't need sr, and I can self-approve locale changes like
this).
Attachment #159777 -
Flags: superreview?
Attachment #159777 -
Flags: review+
Attachment #159777 -
Flags: approval-aviary+
Assignee | ||
Updated•21 years ago
|
Attachment #159777 -
Flags: superreview?
Assignee | ||
Updated•21 years ago
|
Attachment #159777 -
Flags: superreview?
Comment 9•21 years ago
|
||
Update.dtd checked in on the aviary branch. I'm going to leave this bug open for
the extra files on the trunk.
Keywords: fixed-aviary1.0,
late-l10n
Assignee | ||
Comment 10•21 years ago
|
||
Patch for trunk
Comment 11•21 years ago
|
||
Comment on attachment 159787 [details] [diff] [review]
Patch for trunk
toolkit/mozapps/update/locale/update.dtd is not the correct file. I think you
want toolkit/locales/en-US/chrome/mozapps/update/update.dtd
Really, everything in toolkit/mozapps/update/locale should be cvs-removed.
Attachment #159787 -
Flags: review-
Assignee | ||
Comment 12•21 years ago
|
||
Patch for trunk (browser part only)
Attachment #159787 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #168354 -
Flags: review?(bsmedberg)
Updated•20 years ago
|
Attachment #168354 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 13•20 years ago
|
||
Comment on attachment 168354 [details] [diff] [review]
Patch for trunk (browser part only)
Did not apply,cause new Options window has been landed.
Attachment #168354 -
Attachment is obsolete: true
Assignee | ||
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 14•20 years ago
|
||
*** Bug 258678 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•