From 6eb08dff7c51ef14e45a891c5be11b762fd08e14 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Tue, 17 Jun 2014 04:09:50 -0400
Subject: [PATCH] Use the right label for response dialog after renaming them

---
 program/js/app.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index 82b69c4..0cdd248 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3650,7 +3650,7 @@
       $(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();

--
Gitblit v1.9.1