Fix favorite delete confirm dialog header was not translated

This commit is contained in:
nathangray 2016-07-07 10:18:27 -06:00
parent 1818088a88
commit 9b80a7d133

View File

@ -897,7 +897,7 @@ var AppJS = (function(){ "use strict"; return Class.extend(
request.sendRequest(true);
};
et2_dialog.show_dialog(do_delete, (egw.lang("Delete") + " " +name +"?"),
"Delete", et2_dialog.YES_NO, et2_dialog.QUESTION_MESSAGE);
egw.lang("Delete"), et2_dialog.YES_NO, et2_dialog.QUESTION_MESSAGE);
return false;
},