Closed
Bug 200696
Opened 22 years ago
Closed 22 years ago
improve (or reduce) some status text that was copied from browser
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sspitzer, Assigned: mscott)
Details
Attachments
(1 file)
|
1.24 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
for minotaur, mscott has something going for:
"Loading Document..." -> "Loading Message..."
"Done" -> ""
those are browser things we just copied over.
it looked good, and made sense. to reduce the forking between minotaur and the
trunk, do you want to make these changes on the trunk?
| Assignee | ||
Comment 1•22 years ago
|
||
| Assignee | ||
Comment 2•22 years ago
|
||
Load Document.... is now Load Message...
"Done" is no longer the default status text, instead we show nothing. This
reduces the number of times "Done" shows up in the status bar.
| Assignee | ||
Comment 3•22 years ago
|
||
Comment on attachment 119530 [details] [diff] [review]
the fix
r/sr=sspitzer
Attachment #119530 -
Flags: superreview+
| Assignee | ||
Comment 4•22 years ago
|
||
fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•22 years ago
|
||
should we fix this one too?
mozilla\mailnews\local\resources\locale\en-US\localMsgs.properties
# Status - parsing folder
## @name LOCAL_STATUS_DOCUMENT_DONE
## @loc None
4001=Done
Comment 6•22 years ago
|
||
wouldn't it be a good idea to remove the code that sets the "Done" status
message, too?
http://lxr.mozilla.org/seamonkey/source/mailnews/base/resources/content/mailWindow.js#345
and
http://lxr.mozilla.org/seamonkey/source/mailnews/base/src/nsMsgStatusFeedback.cpp#143
it seems
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•