diff options
-rw-r--r-- | Rpmdrake/edit_urpm_sources.pm | 2 | ||||
-rwxr-xr-x | rpmdrake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm index ba287a38..1b314376 100644 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -982,7 +982,7 @@ sub mainwindow() { comments => N("Rpmdrake is the Mageia package management tool."), website => 'http://www.mageia.org/', website_label => N("Mageia"), - authors => 'Thierry Vignaud <vignaud@mandriva.com>', + 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>") @@ -258,7 +258,7 @@ sub show_about_dlg { comments => N("Rpmdrake is the Mageia package management tool."), website => 'http://www.mageia.org', website_label => N("Mageia"), - authors => 'Thierry Vignaud <vignaud@mandriva.com>', + 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>") |