summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps_newt.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_newt.pm b/perl-install/install_steps_newt.pm
index d8e755130..2e62834dc 100644
--- a/perl-install/install_steps_newt.pm
+++ b/perl-install/install_steps_newt.pm
@@ -31,6 +31,7 @@ sub new($$) {
interactive::newt->new;
banner('');
+#-PO This string must fit in a 80-char wide text screen
Newt::PushHelpLine(_(" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "));
(bless {}, ref $type || $type)->SUPER::new($o);