From c5fa65763159e35d44592e0e6973a23856426238 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 14 Jun 2018 16:36:38 +0200 Subject: [PATCH] aboutbox: use a more fitting 'design by" role - in most cases, authors listed under "artwork by" are actually responsible for the design of the app as a whole Fixes issue #1153 --- gtk/gtkaboutdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 57e8485740..83bfe824d9 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -2314,7 +2314,7 @@ populate_credits_page (GtkAboutDialog *about) } if (priv->artists != NULL) - add_credits_section (about, GTK_GRID (priv->credits_grid), &row, _("Artwork by"), priv->artists); + add_credits_section (about, GTK_GRID (priv->credits_grid), &row, _("Design by"), priv->artists); if (priv->credit_sections != NULL) { -- 2.30.2