From: cajus Date: Wed, 12 Jul 2006 10:05:06 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=85a94a568791f1d748a3605c8fc1ae7fe8bba34c;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4120 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/fai/class_divListFai.inc b/plugins/admin/fai/class_divListFai.inc index 2262fd8ae..b650a4653 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 FAL classes, in the selected tree.")); /* Result page will look like a headpage */ $this->SetHeadpageMode();