From f97dfbf8a3fa365d22009cd8e3776e17540e71f3 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 4 Sep 2005 13:50:47 +0000 Subject: Corrected several typos. --- samba_wizard/Samba.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'samba_wizard/Samba.pm') diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm index 02499ff2..fe19b3b9 100755 --- a/samba_wizard/Samba.pm +++ b/samba_wizard/Samba.pm @@ -192,7 +192,7 @@ $o->{pages} = { { label => N('Os level:'), fixed_val => \$o->{var}{wiz_oslevel} }, { label => N('Local master:'), fixed_val => \$o->{var}{wiz_local_master} }, { label => N('Domain master'), fixed_val => \$o->{var}{wiz_domain_master} }, - { label => N('Prefered master'), fixed_val => \$o->{var}{wiz_preferred_master} }, + { label => N('Preferred master'), fixed_val => \$o->{var}{wiz_preferred_master} }, { label => N('Domain logons'), fixed_val => \$o->{var}{wiz_domain_logons} }, { label => N('admin users:'), val => \$o->{var}{wiz_admin_users}, help => N('root @adm') }, ], @@ -258,7 +258,7 @@ $o->{pages} = { { label => N('LDAP password'), hidden => 1, val => \$o->{var}{wiz_ldap_root_pw} }, { label => N('LDAP password check:'), hidden => 1, val => \$o->{var}{wiz_ldap_root_pw_2} }, { label => N('LDAP machine suffix:'), val => \$o->{var}{wiz_ldap_machine_suffix}, help => N('It specifies where machines should be added to the ldap tree. ie: ou=Computers') }, - { label => N('LDAP user suffix:'), val => \$o->{var}{wiz_ldap_user_suffix}, help => N('This parameter specifies where users are added to the tree. If this parameter is not specified, the value from ldap suffix.') }, + { label => N('LDAP user suffix:'), val => \$o->{var}{wiz_ldap_user_suffix}, help => N('This parameter specifies where users are added to the tree. If this parameter is not specified, the value from ldap suffix will be used.') }, { label => N('LDAP group suffix:'), val => \$o->{var}{wiz_ldap_group_suffix}, help => N('This parameters specifies the suffix that is used for groups when these are added to the LDAP directory. ie: ou=Groups') }, ], complete => sub { @@ -329,7 +329,7 @@ $o->{pages} = { next => 'summary', }, summary => { - name => N('Configuring Samba') . "\n\n" . N('The wizard collected the following parameters to configure Samba.') . "\n\n" . N('To accept these values, and configure your server, click the Next button or use the Back button to correct them.') . "\n" . N('If you have previously create some shares, they will appear in this configuration. Run "drakwizard sambashare" to manage your share.'), + name => N('Configuring Samba') . "\n\n" . N('The wizard collected the following parameters to configure Samba.') . "\n\n" . N('To accept these values, and configure your server, click the Next button or use the Back button to correct them.') . "\n" . N('If you have previously create some shares, they will appear in this configuration. Run "drakwizard sambashare" to manage your shares.'), pre => sub { $o->{var}{wiz_sambatype} = $type{$o->{var}{wiz_type}}; }, -- cgit v1.2.1