From 3e5eec0fb8d4099a5d0f9a4a16c0d26851ce6fd5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 22 Nov 2013 15:31:02 +0100 Subject: set_authors() needs an array ref --- perl-install/standalone/drakfont | 4 +--- perl-install/standalone/harddrake2 | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 8675d8890..c67041263 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -525,9 +525,7 @@ sub help() { comments => N("Font installer."), website => 'http://www.mageia.org', website_label => N("Mageia"), - authors => 'Sébastien Dupont -Damien Chaumette -Thierry Vignaud ', + authors => [ 'Sébastien Dupont', 'Damien Chaumette', 'Thierry Vignaud ' ], translator_credits => #-PO: put here name(s) and email(s) of translator(s) (eg: "John Smith ") N("_: Translator(s) name(s) & email(s)\n"), diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 59889dd37..824af3aa1 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -521,7 +521,7 @@ sub about() { comments => N("This is HardDrake, a %s hardware configuration tool.", $distro_name), website => 'http://www.mageia.org', website_label => N("Mageia"), - authors => 'Thierry Vignaud ', + authors => [ 'Thierry Vignaud ' ], translator_credits => #-PO: put here name(s) and email(s) of translator(s) (eg: "John Smith ") N("_: Translator(s) name(s) & email(s)\n"), -- cgit v1.2.1