Use the right label for response dialog after renaming them

pull/198/head
Thomas Bruederli 10 years ago
parent 81b2b6a9c1
commit 6eb08dff7c

@ -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();

@ -80,7 +80,7 @@ if (!is_array($COMPOSE)) {
$OUTPUT->add_label('nosubject', 'nosenderwarning', 'norecipientwarning', 'nosubjectwarning', 'cancel',
'nobodywarning', 'notsentwarning', 'notuploadedwarning', 'savingmessage', 'sendingmessage',
'messagesaved', 'converting', 'editorwarning', 'searching', 'uploading', 'uploadingmany',
'fileuploaderror', 'sendmessage', 'savenewresponse', 'responsename', 'responsetext', 'save',
'fileuploaderror', 'sendmessage', 'newresponse', 'responsename', 'responsetext', 'save',
'savingresponse', 'restoresavedcomposedata', 'restoremessage', 'delete', 'restore', 'ignore',
'selectimportfile');

Loading…
Cancel
Save