diff options
Diffstat (limited to 'perl-install/standalone/drakfont')
-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 d244f2d1b..7871a94bf 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -530,7 +530,7 @@ sub help() { $license =~ s/\n/\n\n/sg; # nicer formatting my $w = gtknew('AboutDialog', name => N("Drakfont"), version => mandrake_release_info()->{version}, - copyright => N("Copyright (C) 2001-2008 by Mandriva"), + copyright => N("Copyright (C) %s by Mandriva", '2001-2008'), license => $license, wrap_license => 1, comments => N("Font installer."), website => 'http://mandrivalinux.com', |