diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | mgaapplet | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- fix crashing when displaying about dialog (mga#12009) + Version 3.1 - 6 December 2013, Thierry Vignaud - fix using Notifications introspection API (mga#11897) @@ -762,7 +762,7 @@ sub about_dialog() { comments => N("Mageia Online gives access to Mageia web services."), website => $url, website_label => N("Online WebSite"), - authors => 'Thierry Vignaud <vignaud@mandriva.com>', + authors => [ 'Thierry Vignaud <vignaud@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"), |