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
commitc7ddf8fa1885db09ff078b7466b0488e1dcf0c0a (patch)
tree1034aaa8b2a287f9d4fa1ed65e70c132ec75b152 /perl-install/standalone/drakfont
parente554826241dae284fdc4f7495b7e76d4148313a4 (diff)
downloaddrakx-backup-do-not-use-c7ddf8fa1885db09ff078b7466b0488e1dcf0c0a.tar
drakx-backup-do-not-use-c7ddf8fa1885db09ff078b7466b0488e1dcf0c0a.tar.gz
drakx-backup-do-not-use-c7ddf8fa1885db09ff078b7466b0488e1dcf0c0a.tar.bz2
drakx-backup-do-not-use-c7ddf8fa1885db09ff078b7466b0488e1dcf0c0a.tar.xz
drakx-backup-do-not-use-c7ddf8fa1885db09ff078b7466b0488e1dcf0c0a.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',