summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-28 08:54:31 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-28 08:54:31 +0000
commitedfbfbfac41cb9e713114ca3238b41d560c04203 (patch)
tree2388d6428fc903f74f5933bedeea34e07e30465b /perl-install
parent74ee04205ab32a91220f5ea2c521ab23ebc8aeab (diff)
downloaddrakx-backup-do-not-use-edfbfbfac41cb9e713114ca3238b41d560c04203.tar
drakx-backup-do-not-use-edfbfbfac41cb9e713114ca3238b41d560c04203.tar.gz
drakx-backup-do-not-use-edfbfbfac41cb9e713114ca3238b41d560c04203.tar.bz2
drakx-backup-do-not-use-edfbfbfac41cb9e713114ca3238b41d560c04203.tar.xz
drakx-backup-do-not-use-edfbfbfac41cb9e713114ca3238b41d560c04203.zip
default the licence agreement to "Refuse"
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm2
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;
}
}
#------------------------------------------------------------------------------