From e018588e89cf8296d4dda340968b71a79e4a114f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 14 Dec 2011 19:35:56 +0000 Subject: fix missing names after bogus cleaning-before-importing (mga#3745) --- perl-install/standalone/harddrake2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/harddrake2') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 926d0469f..4a1cc87fb 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -234,7 +234,7 @@ my @menu_items = $license =~ s/\n/\n\n/sg; # nicer formatting my $w = gtknew('AboutDialog', name => N("Harddrake"), version => mageia_release_info()->{version}, - copyright => N("Copyright (C) %s by %s", '2001-2008') . "\n" . N("Copyright (C) %s by %s",'2011') , + copyright => N("Copyright (C) %s by %s", '2001-2008', 'Mandriva') . "\n" . N("Copyright (C) %s by %s", '2011', N("Mageia")), license => $license, wrap_license => 1, comments => N("This is HardDrake, a %s hardware configuration tool.", $distro_name), website => 'http://www.mageia.org', -- cgit v1.2.1