summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfont
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-04-26 16:50:09 +0000
committerThierry Vignaud <tv@mageia.org>2011-04-26 16:50:09 +0000
commit1a5be7d91b3afbc1d2d1da2f8fb8305d2bd7df55 (patch)
tree1034aaa8b2a287f9d4fa1ed65e70c132ec75b152 /perl-install/standalone/drakfont
parent6573faf891d9b6da297cc5af90478ab83f127458 (diff)
downloaddrakx-1a5be7d91b3afbc1d2d1da2f8fb8305d2bd7df55.tar
drakx-1a5be7d91b3afbc1d2d1da2f8fb8305d2bd7df55.tar.gz
drakx-1a5be7d91b3afbc1d2d1da2f8fb8305d2bd7df55.tar.bz2
drakx-1a5be7d91b3afbc1d2d1da2f8fb8305d2bd7df55.tar.xz
drakx-1a5be7d91b3afbc1d2d1da2f8fb8305d2bd7df55.zip
factorize more distro name
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-xperl-install/standalone/drakfont2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont
index d60a57ede..57808b618 100755
--- a/perl-install/standalone/drakfont
+++ b/perl-install/standalone/drakfont
@@ -519,7 +519,7 @@ sub help() {
$license =~ s/\n/\n\n/sg; # nicer formatting
my $w = gtknew('AboutDialog', name => N("Drakfont"),
version => mageia_release_info()->{version},
- copyright => N("Copyright (C) %s by Mandriva", '2001-2008') ."\n" .N("Copyright (C) %s by Mageia", '2011') . "\n",
+ copyright => N("Copyright (C) %s by %s", 'Mandriva', '2001-2008') ."\n" .N("Copyright (C) %s by %s", N("Mageia"), '2011') . "\n",
license => $license, wrap_license => 1,
comments => N("Font installer."),
website => 'http://www.mageia.org',