diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-04-30 07:44:10 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-04-30 07:44:10 +0000 |
commit | e9af6e898d32aab9def1fe397fc71516200b819f (patch) | |
tree | b1182f5658cac0a04cdfc5571384d65a82992bcc /perl-install/standalone | |
parent | 77f96dd4fa8681e483300d64206bdf98ab0b1dba (diff) | |
download | drakx-e9af6e898d32aab9def1fe397fc71516200b819f.tar drakx-e9af6e898d32aab9def1fe397fc71516200b819f.tar.gz drakx-e9af6e898d32aab9def1fe397fc71516200b819f.tar.bz2 drakx-e9af6e898d32aab9def1fe397fc71516200b819f.tar.xz drakx-e9af6e898d32aab9def1fe397fc71516200b819f.zip |
factorize string
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index e1a4e99bb..926d0469f 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 Mandriva", '2001-2008') . "\n" . N("Copyright (C) %s by Mageia",'2011') , + copyright => N("Copyright (C) %s by %s", '2001-2008') . "\n" . N("Copyright (C) %s by %s",'2011') , license => $license, wrap_license => 1, comments => N("This is HardDrake, a %s hardware configuration tool.", $distro_name), website => 'http://www.mageia.org', |