--- rpms/e-smith-base/sme8/e-smith-base-4.18.1-add2general.patch 2008/04/27 16:56:42 1.3 +++ rpms/e-smith-base/sme8/e-smith-base-4.18.1-add2general.patch 2008/04/28 22:42:29 1.5 @@ -242,8 +242,7 @@ diff -Nur -x '*.orig' -x '*.rej' e-smith + . $fm->localise("GROUP_ADD") . "

")); -- if ( $numGroups == 0 ) { -+ if ( $numGROUPS == 0 ) { + if ( $numGroups == 0 ) { print $q->Tr($q->td( - '

' . $fm->localise("NO_GROUPS") . '

')); + '

' . $fm->localise("ACCOUNT_GROUP_NONE") . '

'));