aboutbox: use a more fitting 'design by" role
authorJakub Steiner <jimmac@gmail.com>
Thu, 14 Jun 2018 14:36:38 +0000 (16:36 +0200)
committerJakub 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

index 57e8485740d7c08877b4c11082e591d7725f7d02..83bfe824d98012f416f9999c4c7cfa3c97516a7c 100644 (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)
     {