From 2dba0e5f53213381695e2042ea43e92475cf03e6 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 30 Nov 2015 22:59:59 +0000 Subject: [PATCH] Fix suggestion not getting translated --- importexport/inc/class.importexport_import_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importexport/inc/class.importexport_import_ui.inc.php b/importexport/inc/class.importexport_import_ui.inc.php index e0838ceca5..9b65842d32 100644 --- a/importexport/inc/class.importexport_import_ui.inc.php +++ b/importexport/inc/class.importexport_import_ui.inc.php @@ -475,7 +475,7 @@ $actions[] = lang('Edit definition %2 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
  • ".implode($actions,"\n
  • "); }