summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-11-10 18:22:48 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-11-10 18:22:48 +0100
commit87b513853c818541e0966277288b685c3016a7fc (patch)
tree26ed0322c7df4c0a61cd6a1a6091cc6dc5dbcc62
parent8c74925df1af4b1d3f7351edae3523dccf6b8b75 (diff)
Better button text for message restore dialog
-rw-r--r--program/js/app.js2
-rw-r--r--program/steps/mail/compose.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 79436adf6..4090cbe4c 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3161,7 +3161,7 @@ function rcube_webmail()
}
},
{
- text: this.get_label('cancel'),
+ text: this.get_label('ignore'),
click: function(){
$(this).dialog('close');
}
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc
index 7f5435fa3..a791cf8b7 100644
--- a/program/steps/mail/compose.inc
+++ b/program/steps/mail/compose.inc
@@ -110,7 +110,7 @@ $OUTPUT->add_label('nosubject', 'nosenderwarning', 'norecipientwarning', 'nosubj
'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());