Code

Updated configRegistry
[gosa.git] / gosa-core / include / class_log.inc
index fad74e4506fc1a7d4b7157c9f0305846046b3397..13a128a74e0d8dfff262ed0f6976447e872aaae9 100644 (file)
@@ -99,7 +99,7 @@ class log {
     $msgs = array();
 
     if(!isset($entry['action']) || !in_array($entry['action'],array("modify","create","remove","copy","snapshot","view","security","debug"))){
-      $msgs[] = sprintf(_("Invalid option '%s' specified!"), $entry['action']);
+      $msgs[] = sprintf(_("Invalid option %s specified!"), bold($entry['action']));
     }
 
     if(!isset($entry['objecttype']) || empty($entry['objecttype'])){