forked from extern/egroupware
Fix favorite delete confirm dialog header was not translated
This commit is contained in:
parent
1818088a88
commit
9b80a7d133
@ -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;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user