Code

Some changes, no execute in save
[gosa.git] / plugins / gofon / macro / class_gofonMacro.inc
index 30bfc156db9a476ca6e112d81f6b4ec5a34169d3..373a4838e9df79a1103f0f8d5ae97f5de78a5c3f 100755 (executable)
@@ -48,7 +48,7 @@ class macro extends plugin
     /* Do we represent a valid group? */
     if (!$this->is_account && $this->parent == NULL){
       $display= "<img alt=\"\" src=\"images/stop.png\" align=\"middle\">&nbsp;<b>".
-        _("This 'dn' is no application.")."</b>";
+        _("This 'dn' is no phone macro.")."</b>";
       return ($display);
     }