From 87b513853c818541e0966277288b685c3016a7fc Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Sun, 10 Nov 2013 18:22:48 +0100 Subject: Better button text for message restore dialog --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') 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'); } -- cgit v1.2.3