From 1a5be7d91b3afbc1d2d1da2f8fb8305d2bd7df55 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Apr 2011 16:50:09 +0000 Subject: factorize more distro name --- perl-install/standalone/drakfont | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') 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', -- cgit v1.2.1