From e331c8097796e61639939f53e26d7881a5db9739 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 3 Nov 2005 12:14:28 +0000 Subject: [PATCH] fixed help entry --- lam/lib/modules/account.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/modules/account.inc b/lam/lib/modules/account.inc index 02fdf68e..267fe1cc 100644 --- a/lam/lib/modules/account.inc +++ b/lam/lib/modules/account.inc @@ -70,7 +70,7 @@ class account extends baseModule { $return['help'] = array ( 'host' => array( 'description' => array ( - "Headline" => _("Gecos"), + "Headline" => _("Description"), "Text" => _("Host description. If left empty host name will be used.") ) )