diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-04-26 16:50:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-04-26 16:50:09 +0000 |
commit | 1a5be7d91b3afbc1d2d1da2f8fb8305d2bd7df55 (patch) | |
tree | 1034aaa8b2a287f9d4fa1ed65e70c132ec75b152 /perl-install/standalone | |
parent | 6573faf891d9b6da297cc5af90478ab83f127458 (diff) | |
download | drakx-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')
-rwxr-xr-x | perl-install/standalone/drakfont | 2 |
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', |