forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
bdf3b6f64d
commit
c5fa657631
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user