diff options
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index eeb7664e3..f9905e232 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -230,14 +230,13 @@ my @menu_items = my $license = formatAlaTeX(translate($::license)); $license =~ s/\n/\n\n/sg; # nicer formatting my $w = gtknew('AboutDialog', name => N("Harddrake"), - 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') , license => $license, wrap_license => 1, comments => N("This is HardDrake, a %s hardware configuration tool.", $distro_name), - website => 'http://mandrivalinux.com', - website_label => N("Mandriva Linux"), + website => 'http://www.mageia.org', + website_label => N("Mageia"), authors => '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"), |