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:
Jakub Steiner 2018-06-14 16:36:38 +02:00
parent bdf3b6f64d
commit c5fa657631

View File

@ -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)
{