Code

Fixed typos
[gosa.git] / gosa-plugins / goto / admin / systems / goto / class_terminalStartup.inc
index e989a480cb31eb148a42257f31a287c218ab73ff..3a9a237e50e3e14edb183b42e6c9c0fb355108a1 100644 (file)
@@ -204,7 +204,7 @@ class termstartup extends plugin
     if(isset($_POST['gotoShareAdd']) && $this->acl_is_writeable("gotoShare")){
       /* We assign a share to this user, if we don't know where to mount the share */
       if((!isset($_POST['gotoShareMountPoint']))||(empty($_POST['gotoShareMountPoint']))||(preg_match("/[\|]/i",$_POST['gotoShareMountPoint']))){
-        msg_dialog(_("Error"), msgPool::invalid(_("Mount point"), WARNING_DIALOG);
+        msg_dialog(_("Error"), msgPool::invalid(_("Mount point")), WARNING_DIALOG);
       }else{
         $a_share = $this->gotoAvailableShares[$_POST['gotoShareSelection']];
         $s_mount = $_POST['gotoShareMountPoint'];