Code

- French locale
[gosa.git] / vhost-apache2 / src / functions_apache.inc
index edaa39d2e346b19e24aa9a099d3bfbd6793f510b..9ed7ea4b98eb552e1b3c5f548415d64fa28a92cd 100644 (file)
@@ -189,7 +189,7 @@ function getVhostDN($config,$apacheServerNameMix)
 {
   $ret = "";
   if(!strstr($apacheServerNameMix, '/')) {
-    print_red(sprintf(_("Undefined vhost name '%s'. Vhost name must look like this 'server/zone.com'."),$apacheServerNameMix));
+    print_red(sprintf(_("Undefined vhost name '%s'. Vhost name must look like this 'www.example.com or example.com'."),$apacheServerNameMix));
     return($ret);
   }