summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakups
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-16 07:44:28 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-16 07:44:28 +0000
commite0ef120d499d4dcce9c842564a6e31cc46d796c9 (patch)
treeecb216fbcbcf781f0ff039917f55f64cb0433ac3 /perl-install/standalone/drakups
parentbef18ac67d6186de8f2c48621a30e1810e6b4856 (diff)
downloaddrakx-e0ef120d499d4dcce9c842564a6e31cc46d796c9.tar
drakx-e0ef120d499d4dcce9c842564a6e31cc46d796c9.tar.gz
drakx-e0ef120d499d4dcce9c842564a6e31cc46d796c9.tar.bz2
drakx-e0ef120d499d4dcce9c842564a6e31cc46d796c9.tar.xz
drakx-e0ef120d499d4dcce9c842564a6e31cc46d796c9.zip
(add_device_wizard) fix device list in wizard
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 5e6a871a8..93ab53672 100755
--- a/perl-install/standalone/drakups
+++ b/perl-install/standalone/drakups
@@ -106,7 +106,7 @@ Do you want to autodetect UPS devices connected to this machine or to manually s
name => sub {
if (@new_devices) {
N("Congratulations") . "\n\n" .
- N("The wizard successfully added the following UPS devices:", join("\n\n-", @new_devices))
+ N("The wizard successfully added the following UPS devices:") . join("\n\n-", @new_devices)
} else {
N("No new UPS devices was found");
}