From: hickert Date: Fri, 14 Mar 2008 10:23:13 +0000 (+0000) Subject: msgPool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1b75332eac388b85e8f37c319b94fdab7e3488a4;p=gosa.git msgPool git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9818 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc b/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc index 2733343cf..47dcd5b67 100644 --- a/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc +++ b/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc @@ -199,7 +199,7 @@ class servrepository extends goService if(isset($_POST['repository_setup_save']) && is_object($this->dialog)){ $this->dialog->save_object(); if(($this->dialog->is_new_name())&&(isset($this->repositories[$this->dialog->GetName()]))){ - print_red(_("This name is already in use.")); + print_red(msgPool::duplicated(_("Name"))); }else if(count($this->dialog->check())!=0){