Fix suggestion not getting translated

This commit is contained in:
Nathan Gray 2015-11-30 22:59:59 +00:00
parent e02202982f
commit 2dba0e5f53

View File

@ -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>");
}