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