diff options
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-x | perl-install/standalone/drakfont | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index cea0564d5..d60a57ede 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -518,16 +518,15 @@ sub help() { my $license = formatAlaTeX(translate($::license)); $license =~ s/\n/\n\n/sg; # nicer formatting my $w = gtknew('AboutDialog', name => N("Drakfont"), - version => mandrake_release_info()->{version}, - copyright => N("Copyright (C) %s by Mandriva", '2001-2008'), + version => mageia_release_info()->{version}, + copyright => N("Copyright (C) %s by Mandriva", '2001-2008') ."\n" .N("Copyright (C) %s by Mageia", '2011') . "\n", license => $license, wrap_license => 1, comments => N("Font installer."), - website => 'http://mandrivalinux.com', - website_label => N("Mandriva Linux"), + website => 'http://www.mageia.org', + website_label => N("Mageia"), authors => 'Sébastien Dupont Damien Chaumette Thierry Vignaud <vignaud@mandriva.com>', - artists => 'Hélène Durosini <ln@mandriva.com>', translator_credits => #-PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>") N("_: Translator(s) name(s) & email(s)\n"), |