diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-28 08:54:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-28 08:54:31 +0000 |
commit | edfbfbfac41cb9e713114ca3238b41d560c04203 (patch) | |
tree | 2388d6428fc903f74f5933bedeea34e07e30465b /perl-install/install_steps_interactive.pm | |
parent | 74ee04205ab32a91220f5ea2c521ab23ebc8aeab (diff) | |
download | drakx-edfbfbfac41cb9e713114ca3238b41d560c04203.tar drakx-edfbfbfac41cb9e713114ca3238b41d560c04203.tar.gz drakx-edfbfbfac41cb9e713114ca3238b41d560c04203.tar.bz2 drakx-edfbfbfac41cb9e713114ca3238b41d560c04203.tar.xz drakx-edfbfbfac41cb9e713114ca3238b41d560c04203.zip |
default the licence agreement to "Refuse"
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 6744aa96b..5b892e3eb 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -161,7 +161,7 @@ The terms and conditions of this License are governed by the Laws of France. All disputes on the terms of this license will preferably be settled out of court. As a last resort, the dispute will be referred to the appropriate Courts of Law of Paris - France. For any question on this document, please contact MandrakeSoft S.A. -")), [ __("Accept"), __("Refuse") ], "Accept") eq "Accept" or $o->exit; +")), [ __("Accept"), __("Refuse") ], "Refuse") eq "Accept" or $o->exit; } } #------------------------------------------------------------------------------ |