diff options
Diffstat (limited to 'perl-install/install_steps_newt.pm')
-rw-r--r-- | perl-install/install_steps_newt.pm | 5 |
1 files 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(" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen ")); + Newt::PushHelpLine( + #-PO: This string must fit in a 80-char wide text screen + N(" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen ")); (bless {}, ref($type) || $type)->SUPER::new($o); } |