Closed
Bug 113356
Opened 24 years ago
Closed 20 years ago
Unnecessary requirement that two strings be the same
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.2alpha
People
(Reporter: mkaply, Unassigned)
Details
Attachments
(1 file)
|
7.73 KB,
patch
|
timeless
:
review+
mscott
:
superreview+
benjamin
:
approval1.8b3+
|
Details | Diff | Splinter Review |
Search messages requires that searchButton.label in SearchDialog.dtd and
labelForSearchButton in search.properties be exactly the same.
This puts an unnecessary burden on translation.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.2
Updated•21 years ago
|
Product: Browser → Seamonkey
Updated•20 years ago
|
Assignee: sspitzer → mail
| Reporter | ||
Comment 2•20 years ago
|
||
This patch adds code to the startup of each search dialog to initialize the
values from the properties file rather than using the DTD information.
| Reporter | ||
Updated•20 years ago
|
Attachment #186817 -
Flags: review?(timeless)
Attachment #186817 -
Flags: review?(timeless) → review+
| Reporter | ||
Comment 3•20 years ago
|
||
Comment on attachment 186817 [details] [diff] [review]
Fix for problem
Note this is a thunderbird and mail/news patch
Attachment #186817 -
Flags: superreview?(mscott)
Updated•20 years ago
|
Attachment #186817 -
Flags: superreview?(mscott) → superreview+
| Reporter | ||
Comment 4•20 years ago
|
||
Comment on attachment 186817 [details] [diff] [review]
Fix for problem
I'd like this because it affects l10n - makes things a little happier.
Attachment #186817 -
Flags: approval1.8b3?
Comment 5•20 years ago
|
||
Comment on attachment 186817 [details] [diff] [review]
Fix for problem
a=bsmedberg for checkin on 6/30 only
Attachment #186817 -
Flags: approval1.8b3? → approval1.8b3+
| Reporter | ||
Comment 6•20 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Component: MailNews: Search → MailNews: Message Display
QA Contact: laurel → search
You need to log in
before you can comment on or make changes to this bug.
Description
•