summaryrefslogtreecommitdiff
path: root/program/js/app.js
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-06-17 10:09:50 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-06-17 10:09:50 +0200
commit6eb08dff7c51ef14e45a891c5be11b762fd08e14 (patch)
tree65b82dc016a00264a5ecb778aa03e3e8385d396e /program/js/app.js
parent81b2b6a9c176ff29a390a9555f996acf515cb323 (diff)
Use the right label for response dialog after renaming them
Diffstat (limited to 'program/js/app.js')
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 82b69c4db..0cdd2489b 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3650,7 +3650,7 @@ function rcube_webmail()
$(this).dialog('close');
};
- this.show_popup_dialog(html, this.gettext('savenewresponse'), buttons);
+ this.show_popup_dialog(html, this.gettext('newresponse'), buttons);
$('#ffresponsetext').val(text);
$('#ffresponsename').select();