Missing translations from Stefan Unverricht

This commit is contained in:
nathangray
2018-09-13 14:26:54 -06:00
parent 752138cc16
commit cabbacf229
6 changed files with 6 additions and 3 deletions

View File

@ -3057,7 +3057,7 @@ app.classes.mail = AppJS.extend(
mime: 'message/rfc822',
method: 'mail.mail_ui.ajax_vfsSave',
button_label: _elems.length>1 ? egw.lang('Save all') : egw.lang('save'),
dialog_title: "Save email",
dialog_title: this.egw.lang("Save email"),
method_id: _elems.length > 1 ? {ids:ids, action:'message'}: {ids: ids[0], action: 'message'},
name: _elems.length > 1 ? names : names[0],
});