From 8a7d7071a1b089c047ca606e4cb801863297fac0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 18 Jun 2004 01:16:49 +0000 Subject: fix comment --- perl-install/install_steps_newt.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perl-install/install_steps_newt.pm b/perl-install/install_steps_newt.pm index ba8f7ba0c..9266bae61 100644 --- a/perl-install/install_steps_newt.pm +++ b/perl-install/install_steps_newt.pm @@ -29,8 +29,9 @@ sub new { interactive::newt->new; banner(''); -#-PO This string must fit in a 80-char wide text screen - Newt::PushHelpLine(N(" / between elements | selects | next screen ")); + Newt::PushHelpLine( + #-PO: This string must fit in a 80-char wide text screen + N(" / between elements | selects | next screen ")); (bless {}, ref($type) || $type)->SUPER::new($o); } -- cgit v1.2.1