forked from AuroraMiddleware/gtk
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:
commit
66e0060836
@ -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