[gtk: 1/2] aboutbox: use a more fitting 'design by" role



commit c5fa65763159e35d44592e0e6973a23856426238
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Jun 14 16:36:38 2018 +0200

    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

 gtk/gtkaboutdialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c
index 57e8485740..83bfe824d9 100644
--- a/gtk/gtkaboutdialog.c
+++ b/gtk/gtkaboutdialog.c
@@ -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)
     {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]