summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2018-06-14 16:36:38 +0200
committerJakub Steiner <jimmac@gmail.com>2018-06-14 16:36:38 +0200
commitc5fa65763159e35d44592e0e6973a23856426238 (patch)
treebc8a33afde08cfc6d750dd515cde31072d831123
parentbdf3b6f64d864815b891cd9bb00bd47c3e546c7c (diff)
downloadgtk+-c5fa65763159e35d44592e0e6973a23856426238.tar.gz
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
-rw-r--r--gtk/gtkaboutdialog.c2
1 files changed, 1 insertions, 1 deletions
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)
{