Bug #369217 --> change the case in LoadMsgWithRemoteContent to be consistent with seamonkey and make it easier on localizers.

sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2007-03-20 22:58:28 +00:00
parent 78aec3ee94
commit 1c6d282a58
2 changed files with 3 additions and 3 deletions

View File

@ -2275,10 +2275,10 @@ var gMessageNotificationBar =
};
/**
* loadMsgWithRemoteContent
* LoadMsgWithRemoteContent
* Reload the current message, allowing remote content
*/
function loadMsgWithRemoteContent()
function LoadMsgWithRemoteContent()
{
// we want to get the msg hdr for the currently selected message
// change the "remoteContentBar" property on it

View File

@ -2201,7 +2201,7 @@
<label id="allowRemoteContentForAuthorDesc" class="text-link"
onclick="allowRemoteContentForSender();"/>
</vbox>
<button label="&loadRemoteContentButton1.label;" oncommand="loadMsgWithRemoteContent();"/>
<button label="&loadRemoteContentButton1.label;" oncommand="LoadMsgWithRemoteContent();"/>
</hbox>
</deck>