diff --git a/src/ag-app.c b/src/ag-app.c index 22894b9..2df728e 100644 --- a/src/ag-app.c +++ b/src/ag-app.c @@ -89,8 +89,10 @@ about_cb(GSimpleAction *action, GVariant *parameter, gpointer user_data) "Jean-André Santoni ", NULL }; - - const gchar **documentors = NULL; + const gchar *artists[] = { + "Ákos Szimmer ", + NULL + }; const gchar *translator_credits = _("translator_credits"); /* i18n: Please don't translate "Astrognome" (it's marked as translatable @@ -100,7 +102,7 @@ about_cb(GSimpleAction *action, GVariant *parameter, gpointer user_data) "version", PACKAGE_VERSION, "comments", _("Astrologers' software for GNOME"), "authors", authors, - "documentors", documentors, + "artists", artists, "translator_credits", ((strcmp( translator_credits, "translator_credits"