diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2000-08-22 20:43:02 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2000-08-22 20:43:02 +0000 |
commit | b7153d8acb35ca213ea613dd9b2b15800b9b94f9 (patch) | |
tree | 059f3953d73bc6f0b95c7c18ca434b0695c36db8 /perl-install/Xconfigurator.pm | |
parent | 71b49d1a41df428ef08c9159db9e2154d3ec29b5 (diff) | |
download | drakx-b7153d8acb35ca213ea613dd9b2b15800b9b94f9.tar drakx-b7153d8acb35ca213ea613dd9b2b15800b9b94f9.tar.gz drakx-b7153d8acb35ca213ea613dd9b2b15800b9b94f9.tar.bz2 drakx-b7153d8acb35ca213ea613dd9b2b15800b9b94f9.tar.xz drakx-b7153d8acb35ca213ea613dd9b2b15800b9b94f9.zip |
update-po
and fixed/standardized some English strings (English doesn't use a space
before the colon)
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |