diff --git a/lam/lib/tools.inc b/lam/lib/tools.inc index 207ae2ae..35bbb2b9 100644 --- a/lam/lib/tools.inc +++ b/lam/lib/tools.inc @@ -58,10 +58,11 @@ function getTools() { /** * Represents a tool. - * LAM will scan lib/tools/*.inc for classes which implement this interface. There will be an - * entry on the tools page inside LAM for each found class (if it matches the security level). + * LAM will scan lib/tools/*.inc for classes which implement this interface. This alows to + * dynamically plugin additional tools. There will be an entry on the tools page inside LAM + * for each found class (if it matches the security level). * A LAMTool only specifies name, description and location of a tool. The tool functionality - * is provided by the target page. + * is provided by the tool's target page. * * @author Roland Gruber * @package tools