projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdf3b6f
)
aboutbox: use a more fitting 'design by" role
author
Jakub Steiner
<jimmac@gmail.com>
Thu, 14 Jun 2018 14:36:38 +0000
(16:36 +0200)
committer
Jakub Steiner
<jimmac@gmail.com>
Thu, 14 Jun 2018 14:36:38 +0000
(16:36 +0200)
- 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
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.c
b/gtk/gtkaboutdialog.c
index 57e8485740d7c08877b4c11082e591d7725f7d02..83bfe824d98012f416f9999c4c7cfa3c97516a7c 100644
(file)
--- 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)
{