From d728219cbcd29f467ca5bc8b6384f9b0f39bf6a9 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 3 Jan 2007 16:30:22 +0000 Subject: [PATCH] fixed typo --- lam/help/help.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/help/help.inc b/lam/help/help.inc index 62b39194..6d6fece5 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -80,7 +80,7 @@ $helpArray = array ( ":

". _("dc=yourcompany,dc=com")), "206" => array ("ext" => "FALSE", "Headline" => _("Configuration wizard") . " - " . _("List attributes"), - "Text" => _("This is the list of attributes to show in the account list. The entries can either be predefined values, \"#attribute\", or individual ones, \"attribute:description\". Several entries are seperated by semicolons.") . + "Text" => _("This is the list of attributes to show in the account list. The entries can either be predefined values, \"#attribute\", or individual ones, \"attribute:description\". Several entries are separated by semicolons.") . "


" . _("Example") . ": #homeDirectory;#uid;#uidNumber;#gidNumber;mail:Mail address

" . "
" . _("Predefined values") . ":


" . $entry206Example),