summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakups
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-02 07:45:50 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-02 07:45:50 +0000
commitaeb208e3f9deeb5f8cb8c5a112510dcdf05900fc (patch)
tree3a62f02507cb6e0d668a4b3bdc6506a6e7d16cf8 /perl-install/standalone/drakups
parent9dd0b4231de5364b8ae8d3517f1f4b86bd830ba8 (diff)
downloaddrakx-backup-do-not-use-aeb208e3f9deeb5f8cb8c5a112510dcdf05900fc.tar
drakx-backup-do-not-use-aeb208e3f9deeb5f8cb8c5a112510dcdf05900fc.tar.gz
drakx-backup-do-not-use-aeb208e3f9deeb5f8cb8c5a112510dcdf05900fc.tar.bz2
drakx-backup-do-not-use-aeb208e3f9deeb5f8cb8c5a112510dcdf05900fc.tar.xz
drakx-backup-do-not-use-aeb208e3f9deeb5f8cb8c5a112510dcdf05900fc.zip
(add_device_wizard) fix string
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 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} },