From 1b436b19529a0cba3076b8da564f93c515bf9825 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 20 Aug 2004 06:58:19 +0000 Subject: fixed English typo --- perl-install/standalone/drakups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }, -- cgit v1.2.1