summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-12-14 19:35:56 +0000
committerThierry Vignaud <tv@mageia.org>2011-12-14 19:35:56 +0000
commit89b2ebf0f799760c6a7123ab3ba04f80594de730 (patch)
tree4d12b8cde44026a8427ecfa5a07c1f81654079cb /perl-install/standalone/harddrake2
parentb9a744fa2b352a2b7f204672b2e6fbee7079d82d (diff)
downloaddrakx-backup-do-not-use-89b2ebf0f799760c6a7123ab3ba04f80594de730.tar
drakx-backup-do-not-use-89b2ebf0f799760c6a7123ab3ba04f80594de730.tar.gz
drakx-backup-do-not-use-89b2ebf0f799760c6a7123ab3ba04f80594de730.tar.bz2
drakx-backup-do-not-use-89b2ebf0f799760c6a7123ab3ba04f80594de730.tar.xz
drakx-backup-do-not-use-89b2ebf0f799760c6a7123ab3ba04f80594de730.zip
fix missing names after bogus cleaning-before-importing (mga#3745)
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
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',