diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-02 07:45:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-02 07:45:50 +0000 |
commit | aeb208e3f9deeb5f8cb8c5a112510dcdf05900fc (patch) | |
tree | 3a62f02507cb6e0d668a4b3bdc6506a6e7d16cf8 | |
parent | 9dd0b4231de5364b8ae8d3517f1f4b86bd830ba8 (diff) | |
download | drakx-aeb208e3f9deeb5f8cb8c5a112510dcdf05900fc.tar drakx-aeb208e3f9deeb5f8cb8c5a112510dcdf05900fc.tar.gz drakx-aeb208e3f9deeb5f8cb8c5a112510dcdf05900fc.tar.bz2 drakx-aeb208e3f9deeb5f8cb8c5a112510dcdf05900fc.tar.xz drakx-aeb208e3f9deeb5f8cb8c5a112510dcdf05900fc.zip |
(add_device_wizard) fix string
-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 a3027d098..e713c6434 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 ?"), +Do you prefer autodetect UPS devices connected to this machine or manual selection ?"), data => [ { label => N("Autodetection"), val => \$method, type => "list", list => [ values %methods ] } ], post => sub { +{ reverse %methods }->{$method} }, |