forked from extern/egroupware
Fix suggestion not getting translated
This commit is contained in:
parent
e02202982f
commit
2dba0e5f53
@ -475,7 +475,7 @@
|
||||
$actions[] = lang('Edit definition <a href="%1">%2</a> to match your file',
|
||||
$edit_link, $definition->name );
|
||||
}
|
||||
$actions[] = lang('Edit your file to match the definition: ')
|
||||
$actions[] = lang('Edit your file to match the definition:') . ' '
|
||||
. implode(array_intersect_key($options['csv_fields'],$options['field_mapping']),', ');
|
||||
$message[] = "\n<li>".implode($actions,"\n<li>");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user