summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakups
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-03 02:29:36 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-03 02:29:36 +0000
commitd9ea159e75d881213d8359e23e07ec20b0a87485 (patch)
tree95509992248eaf78be917db79ddde6c253262766 /perl-install/standalone/drakups
parent984c025734e1ac79a5b1556be3420941cda7c751 (diff)
downloaddrakx-backup-do-not-use-d9ea159e75d881213d8359e23e07ec20b0a87485.tar
drakx-backup-do-not-use-d9ea159e75d881213d8359e23e07ec20b0a87485.tar.gz
drakx-backup-do-not-use-d9ea159e75d881213d8359e23e07ec20b0a87485.tar.bz2
drakx-backup-do-not-use-d9ea159e75d881213d8359e23e07ec20b0a87485.tar.xz
drakx-backup-do-not-use-d9ea159e75d881213d8359e23e07ec20b0a87485.zip
(add_device_wizard) fix string (Joe Brower)
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 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} },