From 854cc824efc34a98a986ff1f7078f118f5d49dcc Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 1 Feb 2009 19:04:52 +0000 Subject: [PATCH] typo --- lam/lib/modules/nisnetgroup.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/modules/nisnetgroup.inc b/lam/lib/modules/nisnetgroup.inc index 04244837..45853308 100644 --- a/lam/lib/modules/nisnetgroup.inc +++ b/lam/lib/modules/nisnetgroup.inc @@ -78,11 +78,11 @@ class nisnetgroup extends baseModule { ), 'members' => array( "Headline" => _("Members"), - "Text" => _("These entries specify the members of the netgroup. You can limit the set to a host name, a user name or any combination of them.") + "Text" => _("These entries specify the members of the netgroup. You can limit the set to a host name, a user name, a domain name or any combination of them.") ), 'membersUpload' => array( "Headline" => _("Members"), - "Text" => _("These entries specify the members of the netgroup. You can limit the set to a host name, a user name or any combination of them.") . ' ' . + "Text" => _("These entries specify the members of the netgroup. You can limit the set to a host name, a user name, a domain name or any combination of them.") . ' ' . _("For the upload please specify the entries in the format \"(HOST,USER,DOMAIN)\". Multiple entries are separated by semicolon.") ) );