diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-20 06:58:19 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-20 06:58:19 +0000 |
commit | 1b436b19529a0cba3076b8da564f93c515bf9825 (patch) | |
tree | a37e50e15bd94a0160eec7fe4bb2861fe8e3b51a /perl-install | |
parent | d97e2ed623ba6e4fd15ad0582a8ab5a73b6ca926 (diff) | |
download | drakx-1b436b19529a0cba3076b8da564f93c515bf9825.tar drakx-1b436b19529a0cba3076b8da564f93c515bf9825.tar.gz drakx-1b436b19529a0cba3076b8da564f93c515bf9825.tar.bz2 drakx-1b436b19529a0cba3076b8da564f93c515bf9825.tar.xz drakx-1b436b19529a0cba3076b8da564f93c515bf9825.zip |
fixed English typo
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakups | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups index 9d39586e6..d81153961 100755 --- a/perl-install/standalone/drakups +++ b/perl-install/standalone/drakups @@ -78,7 +78,7 @@ Here, you'll be add a new UPS to your system.\n"), method => { name => N("We're going to add an UPS device. -Do you want to autodetect UPS devices connected to this machine or to manually select them ?"), +Do you want to autodetect UPS devices connected to this machine or to manually select them?"), data => [ { label => N("Autodetection"), val => \$method, type => "list", list => [ values %methods ] } ], post => sub { +{ reverse %methods }->{$method} }, |