[four-in-a-row] Tweak the about dialog description:



commit 9fadb3f56f9c1b3ccb8357077450d8e1d98a9402
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Oct 5 16:46:04 2013 -0500

    Tweak the about dialog description:
    
    * Reduce its width
    * Consistently use the name Four-in-a-row

 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index f7aa688..1b5a547 100644
--- a/src/main.c
+++ b/src/main.c
@@ -825,7 +825,7 @@ on_help_about (GtkAction * action, gpointer data)
                         "copyright",
                         "Copyright \xc2\xa9 1999-2008, Tim Musson and David Neary",
                         "license", license, "comments",
-                        _("\"Four in a Row\" for GNOME, with a computer player driven by Giuliano 
Bertoletti's Velena Engine.\n\n\"Four in a Row\" is a part of GNOME Games."),
+                        _("Connect four in a row to win.\n\nFour-in-a-row is a part of GNOME Games."),
                         "website-label", _("GNOME Games web site"),
                         "authors", authors, "documenters", documenters,
                         "artists", artists, "translator-credits",


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