From a9973385b0fc71d01d17cc602ef5a60804ba9c99 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 20 Feb 2003 11:45:12 +0000 Subject: add a PO comment to try to keep buttons in the window.. --- perl-install/install_steps_interactive.pm | 1 + 1 file changed, 1 insertion(+) (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 fb9d0f9f5..3ae8b0b9b 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1087,6 +1087,7 @@ 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") : ''), focus_first => 1, callbacks => { -- cgit v1.2.1