diff options
author | Jakub Steiner <jimmac@gmail.com> | 2018-06-14 16:36:38 +0200 |
---|---|---|
committer | Jakub Steiner <jimmac@gmail.com> | 2018-06-14 16:36:38 +0200 |
commit | c5fa65763159e35d44592e0e6973a23856426238 (patch) | |
tree | bc8a33afde08cfc6d750dd515cde31072d831123 /gtk/gtkaboutdialog.c | |
parent | bdf3b6f64d864815b891cd9bb00bd47c3e546c7c (diff) | |
download | gtk+-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
Diffstat (limited to 'gtk/gtkaboutdialog.c')
-rw-r--r-- | gtk/gtkaboutdialog.c | 2 |
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) { |