summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/authentication.pm2
-rwxr-xr-xperl-install/standalone/logdrake2
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);
}
})),