summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a623786)
raw | patch | inline | side by side (parent: a623786)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Mar 2008 12:03:58 +0000 (12:03 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Mar 2008 12:03:58 +0000 (12:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9737 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc b/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc
index c1f30079305f848fba7b0a9b800cd03a7368f9f7..2fb30ffaa36ccaee8938a8e9ddc9d6a447517f68 100644 (file)
$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);
}