зеркало из https://github.com/mozilla/pjs.git
Fix bug 66087 - Status Bar; Document: Done (0.78secs) should be changed to Document: Done (0.78 secs)
r=jag, sr=sspitzer
This commit is contained in:
Родитель
06cc39f20b
Коммит
69aee4ad8a
|
@ -68,8 +68,7 @@ recipientColumnHeader=Recipient
|
|||
senderColumnHeader=Sender
|
||||
|
||||
# status feedback stuff
|
||||
documentDonePrefix=Document: Done (
|
||||
documentDonePostfix=secs)
|
||||
documentDoneTime=Document: Done (%S secs)
|
||||
documentDone=Document: Done
|
||||
documentLoading=Loading Document...
|
||||
|
||||
|
|
|
@ -68,8 +68,7 @@ recipientColumnHeader=Recipient
|
|||
senderColumnHeader=Sender
|
||||
|
||||
# status feedback stuff
|
||||
documentDonePrefix=Document: Done (
|
||||
documentDonePostfix=secs)
|
||||
documentDoneTime=Document: Done (%S secs)
|
||||
documentDone=Document: Done
|
||||
documentLoading=Loading Document...
|
||||
|
||||
|
|
|
@ -67,7 +67,6 @@ var gIsEditableMsgFolder = false;
|
|||
|
||||
function OnMailWindowUnload()
|
||||
{
|
||||
dump("we get here\n");
|
||||
var mailSession = Components.classes[mailSessionContractID].getService();
|
||||
if(mailSession)
|
||||
{
|
||||
|
@ -340,9 +339,8 @@ nsMsgStatusFeedback.prototype =
|
|||
this.ensureStatusFields();
|
||||
// Record page loading time.
|
||||
var elapsed = ( (new Date()).getTime() - this.startTime ) / 1000;
|
||||
var msg = gMessengerBundle.getString("documentDonePrefix") +
|
||||
elapsed + gMessengerBundle.getString("documentDonePostfix");
|
||||
|
||||
var msg = gMessengerBundle.getFormattedString("documentDoneTime",
|
||||
[ elapsed ]);
|
||||
this.showStatusString(msg);
|
||||
defaultStatus = msg;
|
||||
|
||||
|
|
|
@ -81,8 +81,7 @@ sizeColumnHeader=Size
|
|||
linesColumnHeader=Lines
|
||||
|
||||
# status feedback stuff
|
||||
documentDonePrefix=Document: Done (
|
||||
documentDonePostfix=secs)
|
||||
documentDoneTime=Document: Done (%S secs)
|
||||
documentDone=Document: Done
|
||||
documentLoading=Loading Document...
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче