forked from extern/egroupware
Translate fields in mismatch suggestion to user's language
This commit is contained in:
parent
2dba0e5f53
commit
a2833ecbe1
@ -476,7 +476,7 @@
|
|||||||
$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_map('lang',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