diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | userdrake | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,5 @@ +- fix crashing when displaying about dialog + Version 2.2 - 6 December 2013 - fix searching returning no results @@ -1312,8 +1312,7 @@ sub About() { comments => N("Users Management"), website => 'http://www.mageia.org', website_label => N("Mageia"), - authors => 'Daouda Lo -Thierry Vignaud <tvignaud@mandriva.com>', + authors => [ 'Daouda Lo', 'Thierry Vignaud <tvignaud@mandriva.com>' ], translator_credits => #-PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>") N("_: Translator(s) name(s) & email(s)\n"), |