mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
Fix translation
This commit is contained in:
@ -699,7 +699,6 @@ app.classes.mail = AppJS.extend(
|
||||
&& filemode && filemode.get_value() != content[field]['files']['filemode'])
|
||||
{
|
||||
var filemode_label = filemode.options.select_options[content[field]['files']['filemode']]['label'];
|
||||
var files = content[field]['files']['file'].join('\n\r');
|
||||
et2_dialog.show_dialog(function(_button){
|
||||
if (_button == 2)
|
||||
{
|
||||
@ -707,8 +706,8 @@ app.classes.mail = AppJS.extend(
|
||||
}
|
||||
},
|
||||
this.egw.lang(
|
||||
'Be aware by adding all selected files as %1 mode, it will also change all existing attachments in the list to %2 mode as well. \n\r \n\r\ Would you like to proceed?',
|
||||
filemode_label, filemode_label, files),
|
||||
'Be aware by adding all selected files as %1 mode, it will also change all existing attachments in the list to %2 mode as well. \n\r \n\r Would you like to proceed?',
|
||||
filemode_label, filemode_label),
|
||||
this.egw.lang('Add files as %1', filemode_label), '', et2_dialog.BUTTONS_YES_NO, et2_dialog.WARNING_MESSAGE);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user