diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-20 11:45:12 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-20 11:45:12 +0000 |
commit | a9973385b0fc71d01d17cc602ef5a60804ba9c99 (patch) | |
tree | 07afdaa10c73e10c2cd722beb49c0be6012f3439 | |
parent | aee01dfabb461cd8e2bcc9a20451df94b058fd13 (diff) | |
download | drakx-a9973385b0fc71d01d17cc602ef5a60804ba9c99.tar drakx-a9973385b0fc71d01d17cc602ef5a60804ba9c99.tar.gz drakx-a9973385b0fc71d01d17cc602ef5a60804ba9c99.tar.bz2 drakx-a9973385b0fc71d01d17cc602ef5a60804ba9c99.tar.xz drakx-a9973385b0fc71d01d17cc602ef5a60804ba9c99.zip |
add a PO comment to try to keep buttons in the window..
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 => { |