From b7153d8acb35ca213ea613dd9b2b15800b9b94f9 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 22 Aug 2000 20:43:02 +0000 Subject: update-po and fixed/standardized some English strings (English doesn't use a space before the colon) --- perl-install/Xconfigurator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 755678dcd..20c8e393f 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -1109,7 +1109,7 @@ Would you like X to start when you reboot?"), 1); $in->ask_from_entries_refH(_("Autologin"), _("I can set up your computer to automatically log on one user. If you don't want to use this feature, click on the cancel button."), - [ _("Choose the default user :") => {val => \$o->{miscellaneous}{autologuser}, list => \@users, not_edit => 1} ]) + [ _("Choose the default user:") => {val => \$o->{miscellaneous}{autologuser}, list => \@users, not_edit => 1} ]) or delete $o->{miscellaneaous}{autologuser}; } any::setAutologin($prefix, $o->{miscellaneous}{autologuser}, "kde"); -- cgit v1.2.1