From e0ef120d499d4dcce9c842564a6e31cc46d796c9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 16 Sep 2004 07:44:28 +0000 Subject: (add_device_wizard) fix device list in wizard --- perl-install/standalone/drakups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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"); } -- cgit v1.2.1