Code

Reverted global session changes. Too time consuming.
[gosa.git] / gosa-core / plugins / admin / ogroups / class_ogroup.inc
index eabeaf358ece3015dfe1b524175d49c81d88f2a6..9aeff56552c9c0c10c6fe64e51e05f8474a5b59d 100644 (file)
@@ -906,7 +906,7 @@ class ogroup extends plugin
         foreach($test as $dn){
           $str .= "<li>".$dn."</li>";
         }
-        $message[] = sprintf(_("These systems are already configured by other object groups and cannot be added:<br><ul>%s</ul>"),$str);
+        $message[] = sprintf(_("These systems are already configured by other object groups and cannot be added:")."<br><ul>%s</ul>",$str);
       }
     }