diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-08 21:02:25 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-08 21:02:25 +0000 |
commit | ba9b8bfeebb25f176ee16804ba74a203794d3fe8 (patch) | |
tree | 68f12c4d6221f2061b7fa2f7285ce6c896abe279 | |
parent | 12f8cf38cc75406a94cb32700cdc4d99fb40cdb6 (diff) | |
download | drakx-ba9b8bfeebb25f176ee16804ba74a203794d3fe8.tar drakx-ba9b8bfeebb25f176ee16804ba74a203794d3fe8.tar.gz drakx-ba9b8bfeebb25f176ee16804ba74a203794d3fe8.tar.bz2 drakx-ba9b8bfeebb25f176ee16804ba74a203794d3fe8.tar.xz drakx-ba9b8bfeebb25f176ee16804ba74a203794d3fe8.zip |
typo fix
-rw-r--r-- | perl-install/authentication.pm | 2 | ||||
-rwxr-xr-x | perl-install/standalone/logdrake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 6840374ee..b929985dd 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -27,7 +27,7 @@ sub kind2description() { [ N("Local file:"), N("Use local for all authentication and information user tell in local file"), ], [ N("LDAP:"), N("Tells your computer to use LDAP for some or all authentication. LDAP consolidates certain types of information within your organization."), ], [ N("NIS:"), N("Allows you to run a group of computers in the same Network Information Service domain with a common password and group file."), ], - [ N("Windows Domain:"), N("Winbind allows a system to retrieve information about users and to authenticate users by using in an Windows domain."), ], + [ N("Windows Domain:"), N("Winbind allows the system to retrieve information and authenticate users in a Windows domain."), ], [ N("Active Directory with SFU:"), N("Kerberos is a secure system for providing network authentication services."), ], [ N("Active Directory with Winbind:"), N("Kerberos is a secure system for providing network authentication services.") ], ) diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index 2bb5400c3..1c7c75a7e 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -165,7 +165,7 @@ gtkadd($my_win->{window}, $::WizardWindow->destroy if defined $::WizardWindow; undef $::WizardWindow; if ($err && $err !~ /wizcancel/) { - err_dialog(N("Error"), N("The alert wizard had unexpectly failled:") + err_dialog(N("Error"), N("The alert wizard has failed unexpectedly:") . "\n\n" . $err); } })), |