зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
72226475d5
Коммит
e4e8b9a5f6
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче