Closed
Bug 307263
Opened 19 years ago
Closed 16 years ago
Bookmark Title should be localizable (shouldn't be hardcorded).
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugzilla, Unassigned)
Details
(Keywords: l12y)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.7.11) Gecko/20050728 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.7.11) Gecko/20050728 Bookmark file (bookmarks.html) are auto-generated by Firefox and then, the title of the file is always "Bookmarks" and cannot be localized so far. This is caused by hardcorded TITLE and H1 tag. http://lxr.mozilla.org/mozilla1.8/source/browser/components/bookmarks/src/nsBookmarksService.cpp#4769 4776 "<TITLE>Bookmarks</TITLE>" NS_LINEBREAK; 4777 static const char kRootIntro[] = "<H1"; 4778 static const char kCloseRootH1[] = ">Bookmarks</H1>" NS_LINEBREAK NS_LINEBREAK; We shouldn't use hardcorded "Bookmarks" string but we should use entity here to make bookmark title localizable. Reproducible: Always
Comment 1•16 years ago
|
||
Bulk closing all UNCONFIRMED bugs dealing with places that haven't had any bug activity in over 120 days, have no votes, and are not enhancement requests. If you are still experiencing this issue in Firefox 3.0 or later, please re-open the bug with steps to reproduce (if they were not part of the original comment).
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•