Merge branch 'design_by' into 'master'

aboutbox: use a more fitting 'design by" role

Closes #1153

See merge request GNOME/gtk!192
This commit is contained in:
Matthias Clasen 2018-06-15 02:00:57 +00:00
commit 66e0060836

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