From: hickert Date: Mon, 30 Jun 2008 12:01:43 +0000 (+0000) Subject: Updated nfs error message, to use msgPool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=97a3763cd1bd16b594302555bcd92de9abad5fb5;p=gosa.git Updated nfs error message, to use msgPool git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11478 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 4c2e2b860..f2411ac9c 100644 --- a/gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc +++ b/gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc @@ -221,7 +221,7 @@ class servnfs extends plugin foreach($test['goExportEntry'] as $entry){ $tmp = split("\|",$entry); if($tmp[0] == $this->name){ - $message[]="Name already in use"; + $message[]= msgPool::duplicated(_("Name")); } } }