Thomas Bruederli
2013-11-10 87b513853c818541e0966277288b685c3016a7fc
Better button text for message restore dialog
2 files modified
4 ■■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/steps/mail/compose.inc 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -3161,7 +3161,7 @@
              }
            },
            {
              text: this.get_label('cancel'),
              text: this.get_label('ignore'),
              click: function(){
                $(this).dialog('close');
              }
program/steps/mail/compose.inc
@@ -110,7 +110,7 @@
    'nobodywarning', 'notsentwarning', 'notuploadedwarning', 'savingmessage', 'sendingmessage', 
    'messagesaved', 'converting', 'editorwarning', 'searching', 'uploading', 'uploadingmany',
    'fileuploaderror', 'sendmessage', 'savenewresponse', 'responsename', 'responsetext', 'save',
    'savingresponse', 'restoresavedcomposedata', 'restoremessage', 'delete', 'restore');
    'savingresponse', 'restoresavedcomposedata', 'restoremessage', 'delete', 'restore', 'ignore');
$OUTPUT->set_env('compose_id', $COMPOSE['id']);
$OUTPUT->set_env('session_id', session_id());