Use getFormatedString for message window titles
Categories
(SeaMonkey :: MailNews: Message Display, task)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
(Whiteboard: SM2.53.24)
Attachments
(1 file)
|
3.13 KB,
patch
|
frg
:
review+
flod
:
feedback+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
At the moment we format the folder/newsgroup name and server part of the message window in a not very locale friendly way, we make assumptions what comes about what should be the start, middle and end. We should use a formatted string instead and let localisers decide the best order.
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: message window titles not always localised well
Testing completed (on m-c, etc.): 2.53.24pre
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: 2 removals, 2 additions
Requesting feedback from flod that this is the correct approach.
Comment 2•9 months ago
|
||
Comment on attachment 9533692 [details] [diff] [review]
2006673-message-titles-25324.patch
Not perfect since you are hardcoding the separator and spacing for macOS, but it's also something we started doing in Firefox to simplify the code.
Overall, it makes sense.
Comment 3•7 months ago
|
||
Comment on attachment 9533692 [details] [diff] [review]
2006673-message-titles-25324.patch
LGTM r/a+
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/110cb23cae70
Use getFormatedString for message window titles. f=flod r=frg DONTBUILD
Comment 5•8 days ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/c9181e3fb4b4bceaf80fedd07d9b210b1c65f035
Use getFormatedString for message window titles. f=flod r=frg a=frg
Description
•