From ff671a1dd5354e268e48ec231e44239a8a34885a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 19 Aug 2003 18:54:23 +0000 Subject: "xxx or xxx" in list context is always bad! --- perl-install/standalone/drakpxe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakpxe b/perl-install/standalone/drakpxe index 7fbc84657..a1d1f7027 100755 --- a/perl-install/standalone/drakpxe +++ b/perl-install/standalone/drakpxe @@ -140,11 +140,11 @@ if (@intf < 1) { quit_global($in, 0); } elsif (@intf > 1) { #- there are more than one interface, we need to choose one of them. - @intf = ($in->ask_from_listf(N("Choose the network interface"), + @intf = $in->ask_from_listf(N("Choose the network interface"), N("Please choose which network interface will be used for the dhcp server."), sub { N("Interface %s (on network %s)", $_[0]{DEVICE}, $_[0]{NETWORK}) }, \@intf, - ) or goto begin); + ) or goto begin; } -- cgit v1.2.1