diff options
-rw-r--r-- | perl-install/install_steps_interactive.pm | 5 |
1 files changed, 3 insertions, 2 deletions
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 { |