summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f829782)
raw | patch | inline | side by side (parent: f829782)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 11:26:57 +0000 (11:26 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 11:26:57 +0000 (11:26 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3768 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_goMailServer.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_goMailServer.inc b/plugins/admin/systems/class_goMailServer.inc
index d8e1985691c04af3e6390bb986f1d70200c6988a..27357cc1018036ac9cde9e2dcb850c99c4a95218 100644 (file)
$this->updateStatusState();
$flag = $this->StatusFlag;
$fields['Status'] = $this->$flag;
- $fields['Message'] = _("Postfix")." ["._("configured for")." ".$this->postfixMyhostname."] ";
+ $fields['Message'] = _("Postfix");
$fields['AllowStart'] = true;
$fields['AllowStop'] = true;
$fields['AllowRestart'] = true;