diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-03 02:29:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-03 02:29:36 +0000 |
commit | d9ea159e75d881213d8359e23e07ec20b0a87485 (patch) | |
tree | 95509992248eaf78be917db79ddde6c253262766 | |
parent | 984c025734e1ac79a5b1556be3420941cda7c751 (diff) | |
download | drakx-d9ea159e75d881213d8359e23e07ec20b0a87485.tar drakx-d9ea159e75d881213d8359e23e07ec20b0a87485.tar.gz drakx-d9ea159e75d881213d8359e23e07ec20b0a87485.tar.bz2 drakx-d9ea159e75d881213d8359e23e07ec20b0a87485.tar.xz drakx-d9ea159e75d881213d8359e23e07ec20b0a87485.zip |
(add_device_wizard) fix string (Joe Brower)
-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 d6e55eb24..9d39586e6 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 prefer autodetect UPS devices connected to this machine or manual selection ?"), +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} }, |