diff --git a/src/bz-application.c b/src/bz-application.c index 5eae1673..331902fb 100644 --- a/src/bz-application.c +++ b/src/bz-application.c @@ -736,9 +736,8 @@ bz_application_about_action (GSimpleAction *action, AdwDialog *dialog = NULL; const char *developers[] = { - C_ ("About Dialog Developer Credit", "Adam Masciola "), - C_ ("About Dialog Developer Credit", "Alexander Vanhee"), - /* This array MUST be NULL terminated */ + "Adam Masciola ", + "Alexander Vanhee", NULL };