summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-18 10:39:48 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-18 10:39:48 +0000
commite24ebc86feb79937d5db9418199091a26a1e2519 (patch)
tree55567a93535bf330b817035edff25dc01dccb81b
parent21f007b2fa6692b0326310496f1e79e81a3cd0a7 (diff)
downloaddrakx-backup-do-not-use-e24ebc86feb79937d5db9418199091a26a1e2519.tar
drakx-backup-do-not-use-e24ebc86feb79937d5db9418199091a26a1e2519.tar.gz
drakx-backup-do-not-use-e24ebc86feb79937d5db9418199091a26a1e2519.tar.bz2
drakx-backup-do-not-use-e24ebc86feb79937d5db9418199091a26a1e2519.tar.xz
drakx-backup-do-not-use-e24ebc86feb79937d5db9418199091a26a1e2519.zip
(main_license) factorize call to warning_about_patents()
-rw-r--r--perl-install/any.pm2
-rw-r--r--perl-install/messages.pm3
2 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index b86cbb7d0..401464579 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1092,7 +1092,7 @@ sub acceptLicense {
$in->ask_from_({ title => N("License agreement"),
focus_first => 1,
cancel => N("Quit"),
- messages => formatAlaTeX(messages::main_license() . "\n\n\n" . messages::warning_about_patents()),
+ messages => formatAlaTeX(messages::main_license()),
interactive_help_id => 'acceptLicense',
callbacks => { ok_disabled => sub { $r eq 'Refuse' } },
},
diff --git a/perl-install/messages.pm b/perl-install/messages.pm
index b2c5a65c6..440d25c5c 100644
--- a/perl-install/messages.pm
+++ b/perl-install/messages.pm
@@ -91,7 +91,8 @@ agreement.
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 Mageia.")
+For any question on this document, please contact Mageia."),
+ warning_about_patents()
);
}