summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-18 10:39:55 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-18 10:39:55 +0000
commit0b283d393367b5b56a5ab428215f59c4dc05ef0e (patch)
tree6e9e905da91596b93a42214af3342bb7057e4101
parentd7b7d35bf9c90a133c5c9d818f85b8f124798513 (diff)
downloaddrakx-backup-do-not-use-0b283d393367b5b56a5ab428215f59c4dc05ef0e.tar
drakx-backup-do-not-use-0b283d393367b5b56a5ab428215f59c4dc05ef0e.tar.gz
drakx-backup-do-not-use-0b283d393367b5b56a5ab428215f59c4dc05ef0e.tar.bz2
drakx-backup-do-not-use-0b283d393367b5b56a5ab428215f59c4dc05ef0e.tar.xz
drakx-backup-do-not-use-0b283d393367b5b56a5ab428215f59c4dc05ef0e.zip
(main_license) enable to write a preamble
(needed for next commits)
-rw-r--r--perl-install/messages.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/messages.pm b/perl-install/messages.pm
index 440d25c5c..1df8d1b2e 100644
--- a/perl-install/messages.pm
+++ b/perl-install/messages.pm
@@ -7,6 +7,8 @@ use common;
sub main_license() {
join("\n\n\n",
+ #-PO: Only write something if needed:
+ N("_: You can warn about unofficial translation here"),
main_license_raw()
);
}