From: Jakub Steiner Date: Thu, 14 Jun 2018 14:36:38 +0000 (+0200) Subject: aboutbox: use a more fitting 'design by" role X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~170^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c5fa65763159e35d44592e0e6973a23856426238;p=gtk4.git 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 --- 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) {