From: cajus Date: Wed, 12 Jul 2006 10:04:13 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c618880e33d749a7a4f9380ab9d0912d729fcf35;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4119 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/fai/class_divListFai.inc b/plugins/admin/fai/class_divListFai.inc index d9912120f..49de48321 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 systems, in the selected tree.")); + $this->SetSummary(_("This table displays all FAI configurations, in the selected tree.")); /* Result page will look like a headpage */ $this->SetHeadpageMode();