From: hickert Date: Thu, 13 Mar 2008 12:03:58 +0000 (+0000) Subject: updated strings X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=321812e367c18b19fe75f633aad510b1d8f9d036;p=gosa.git updated strings git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9737 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc b/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc index c1f300793..2fb30ffaa 100644 --- a/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc +++ b/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc @@ -106,12 +106,12 @@ class termgroup extends plugin $message= plugin::check(); if (!$this->acl_is_createable() && $this->dn == "new"){ - $message[]= _("You have no permissions to create a workstation on this 'Base'."); + $message[]= msgPool::permCreate(); } /* Check for valid ntpServer selection */ if((!$this->inheritTimeServer) && (!count($this->gotoNtpServer))){ - $message[]= _("There must be at least one NTP server selected."); + $message[]= msgPool::required(_("NTP server")); } return($message); }