From 2583f524812f99633ce3a8302184ff5ae9415c31 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 27 Jun 2008 12:11:05 +0000 Subject: [PATCH] Changed message of path check git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11466 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc b/gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc index 395e856b9..4c2e2b860 100644 --- a/gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc +++ b/gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc @@ -179,7 +179,7 @@ class servnfs extends plugin } if(!tests::is_path($this->path)){ - $message[]= msgPool::invalid(_("Path")); + $message[]= _("'Path / Volume' must contain at least one '/'!"); } // only 0-9a-z -- 2.30.2