mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
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',
|
$actions[] = lang('Edit definition <a href="%1">%2</a> to match your file',
|
||||||
$edit_link, $definition->name );
|
$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']),', ');
|
. implode(array_intersect_key($options['csv_fields'],$options['field_mapping']),', ');
|
||||||
$message[] = "\n<li>".implode($actions,"\n<li>");
|
$message[] = "\n<li>".implode($actions,"\n<li>");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user