From 835cb1d757245c60e35b76bc75b834f135f67dc3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 6 Feb 2004 15:21:07 +0000 Subject: help perl_checker regarding comments for translators --- perl-install/network/netconnect.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 96aba3e8a..75bbf8d94 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -903,8 +903,9 @@ ap, channel, commit, enc, power, retry, sens, txpower (nick is already set as th See iwpconfig(8) man page for further information."), }, - #-PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one - { label => N("Iwspy command extra arguments"), val => \$ethntf->{WIRELESS_IWSPY}, advanced => 1, + { label => + #-PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one + N("Iwspy command extra arguments"), val => \$ethntf->{WIRELESS_IWSPY}, advanced => 1, help => N("Iwspy is used to set a list of addresses in a wireless network interface and to read back quality of link information for each of those. -- cgit v1.2.1