From d6f4f90089a21b6ae9fd041bea6ec848c94431c3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Feb 2003 14:41:35 +0000 Subject: help perl_checker find the N("...") the #-PO corresponds to --- perl-install/install_steps_interactive.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 3ae8b0b9b..d9cb3f54f 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1087,8 +1087,9 @@ sub setRootPassword { title => N("Set root password"), messages => N("Set root password"), interactive_help_id => "setRootPassword", -#-PO: keep this short or else the buttons will not fit in the window - cancel => ($o->{security} <= 2 && !$::corporate ? N("No password") : ''), + cancel => ($o->{security} <= 2 && !$::corporate ? + #-PO: keep this short or else the buttons will not fit in the window + N("No password") : ''), focus_first => 1, callbacks => { complete => sub { -- cgit v1.2.1