From: cajus Date: Wed, 12 Jul 2006 10:05:34 +0000 (+0000) Subject: Fixed fix of typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d759a07df6ac716373d37ab4fea893a223f7e454;p=gosa.git Fixed fix of typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4121 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/fai/class_divListFai.inc b/plugins/admin/fai/class_divListFai.inc index 49de48321..f8826637a 100644 --- a/plugins/admin/fai/class_divListFai.inc +++ b/plugins/admin/fai/class_divListFai.inc @@ -41,7 +41,7 @@ class divListFai extends MultiSelectWindow /* Set list strings */ $this->SetTitle(_("List of FAI classes")); - $this->SetSummary(_("This table displays all FAI configurations, in the selected tree.")); + $this->SetSummary(_("This table displays all FAI classes, in the selected tree.")); /* Result page will look like a headpage */ $this->SetHeadpageMode();