summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakups
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-08-20 06:58:19 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-08-20 06:58:19 +0000
commit1b436b19529a0cba3076b8da564f93c515bf9825 (patch)
treea37e50e15bd94a0160eec7fe4bb2861fe8e3b51a /perl-install/standalone/drakups
parentd97e2ed623ba6e4fd15ad0582a8ab5a73b6ca926 (diff)
downloaddrakx-1b436b19529a0cba3076b8da564f93c515bf9825.tar
drakx-1b436b19529a0cba3076b8da564f93c515bf9825.tar.gz
drakx-1b436b19529a0cba3076b8da564f93c515bf9825.tar.bz2
drakx-1b436b19529a0cba3076b8da564f93c515bf9825.tar.xz
drakx-1b436b19529a0cba3076b8da564f93c515bf9825.zip
fixed English typo
Diffstat (limited to 'perl-install/standalone/drakups')
-rwxr-xr-xperl-install/standalone/drakups2
1 files changed, 1 insertions, 1 deletions
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} },