Closed
Bug 147439
Opened 23 years ago
Closed 23 years ago
Mail windows title for "Local Folders" folder is set to "Local Folders" instead of localized name
Categories
(MailNews Core :: Localization, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 154412
People
(Reporter: m.wawoczny, Assigned: rchen)
Details
(Keywords: intl, Whiteboard: [FIX IN HAND][need r=][need sr=])
Attachments
(2 files)
7.69 KB,
image/gif
|
Details | |
763 bytes,
patch
|
hwaara
:
review+
|
Details | Diff | Splinter Review |
Mail windows title for "Local Folders" folder is set to "Local Folders" instead
of localized name. Attaching patch, screenshot before and after applying patch.
Mozilla/5.0 (Windows; U; Windows NT 5.0; pl-PL; rv:1.0.0+) Gecko/20020525
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
Reporter | ||
Updated•23 years ago
|
Comment 3•23 years ago
|
||
Nice fix Marek! You special-case "Local Folders"; do you know that no other
type of server is localized? Just checking.
Bienvenu, please sr=.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•23 years ago
|
||
Comment on attachment 85192 [details] [diff] [review]
Patch ;)
r=hwaara as long as Local Folders is localized (and we don't need any other
condition.)
Attachment #85192 -
Flags: review+
Reporter | ||
Comment 5•23 years ago
|
||
Btw. Mayby I should change:
if (server.hostName == "Local Folders" && server.type == "none")
to:
if (server.type == "none")
If I'm right only "Local Folders" folder have following variables:
.isServer=true
.type="none"
Reporter | ||
Comment 6•23 years ago
|
||
This was fixed in http://bugzilla.mozilla.org/show_bug.cgi?id=154412
Should I mark it fixed or dupe?
Comment 7•23 years ago
|
||
I'd mark it a dup, then.
Reporter | ||
Comment 8•23 years ago
|
||
*** This bug has been marked as a duplicate of 154412 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•