From d9ea159e75d881213d8359e23e07ec20b0a87485 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 3 Aug 2004 02:29:36 +0000 Subject: (add_device_wizard) fix string (Joe Brower) --- perl-install/standalone/drakups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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} }, -- cgit v1.2.1