summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_newt.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-18 01:16:49 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-18 01:16:49 +0000
commit8a7d7071a1b089c047ca606e4cb801863297fac0 (patch)
treebf880a3b4c87549f98381a994643b2180413a157 /perl-install/install_steps_newt.pm
parentc65d6be9c6118e348eed04c744005dba649d39fb (diff)
downloaddrakx-8a7d7071a1b089c047ca606e4cb801863297fac0.tar
drakx-8a7d7071a1b089c047ca606e4cb801863297fac0.tar.gz
drakx-8a7d7071a1b089c047ca606e4cb801863297fac0.tar.bz2
drakx-8a7d7071a1b089c047ca606e4cb801863297fac0.tar.xz
drakx-8a7d7071a1b089c047ca606e4cb801863297fac0.zip
fix comment
Diffstat (limited to 'perl-install/install_steps_newt.pm')
-rw-r--r--perl-install/install_steps_newt.pm5
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);
}