diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-04-24 19:00:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-04-24 19:00:12 +0000 |
commit | 73c851144720e28b21a491b6250385170db9d752 (patch) | |
tree | dcc9fae4302b3d083ad7cc7a808e5d17f970bb8c /perl-install/install_messages.pm | |
parent | 0dc3338257439d2265c1eb13c3a66c9431c88cb5 (diff) | |
download | drakx-backup-do-not-use-73c851144720e28b21a491b6250385170db9d752.tar drakx-backup-do-not-use-73c851144720e28b21a491b6250385170db9d752.tar.gz drakx-backup-do-not-use-73c851144720e28b21a491b6250385170db9d752.tar.bz2 drakx-backup-do-not-use-73c851144720e28b21a491b6250385170db9d752.tar.xz drakx-backup-do-not-use-73c851144720e28b21a491b6250385170db9d752.zip |
perl_checker adaptations + fixes
Diffstat (limited to 'perl-install/install_messages.pm')
-rw-r--r-- | perl-install/install_messages.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/install_messages.pm b/perl-install/install_messages.pm index b3d4af2b3..ccb54229c 100644 --- a/perl-install/install_messages.pm +++ b/perl-install/install_messages.pm @@ -5,7 +5,7 @@ use strict; use common; -sub main_license { +sub main_license() { N("Introduction The operating system and the different components available in the Mandrake Linux distribution @@ -85,14 +85,14 @@ For any question on this document, please contact MandrakeSoft S.A. "); } -sub warning_about_patents { +sub warning_about_patents() { "Warning: Free Software may not necessarily be patent free, and some Free Software included may be covered by patents in your country. For example, the MP3 decoders included may require a licence for further usage (see http://www.mp3licensing.com for more details). If you are unsure if a patent may be applicable to you, check your local laws."; } -sub com_license { +sub com_license() { N(" Warning @@ -124,7 +124,7 @@ copyright laws applicable to software programs. "); } -sub install_completed { +sub install_completed() { N("Congratulations, installation is complete. Remove the boot media and press return to reboot. |