Removed space before :

This commit is contained in:
Marcos García
2012-07-28 20:20:56 +02:00
parent 8c68b096fd
commit 16df86003d

View File

@@ -189,7 +189,7 @@ function dol_print_object_info($object)
// Import key
if (isset($object->import_key))
print $langs->trans("ImportedWithSet")." : " . $object->import_key . '<br>';
print $langs->trans("ImportedWithSet").': '.$object->import_key.'<br>';
// User creation
if (isset($object->user_creation))