Author: varkoly Date: Tue Mar 31 11:55:33 2009 New Revision: 56485 URL: http://svn.opensuse.org/viewcvs/yast?rev=56485&view=rev Log: bnc#472330 – typo in yast2 autofs Modified: trunk/autofs/src/Autofs.pm Modified: trunk/autofs/src/Autofs.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/autofs/src/Autofs.pm?rev=56485&r1=56484&r2=56485&view=diff ============================================================================== --- trunk/autofs/src/Autofs.pm (original) +++ trunk/autofs/src/Autofs.pm Tue Mar 31 11:55:33 2009 @@ -208,9 +208,9 @@ if( ! $ldapMap->{base_config_dn} ) { y2milestone("------LDAP_CLIENT_NOT_CONFIGURED------"); - return YaPI->SetError( summary => __("You must configure LDAP to use the autofs modul."). + return YaPI->SetError( summary => __("You must configure LDAP to use the autofs module."). "\n". - __("You can do it by using the YaST2 ldap modul."), + __("You can do it by using the YaST2 ldap module."), code => "LDAP_CLIENT_NOT_CONFIGURED" ); } $LDAPServer = $ldapMap->{ldap_server}; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org