[gnome-mines] Reduce the width of the About dialog



commit aa1d084206b60998b003d6168919daa29693507e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Oct 5 16:21:55 2013 -0500

    Reduce the width of the About dialog
    
    And avoid ugly wrapping

 src/gnome-mines.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-mines.vala b/src/gnome-mines.vala
index 984917f..808e146 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -778,7 +778,7 @@ public class Mines : Gtk.Application
                                "name", _("Mines"),
                                "version", VERSION,
                                "comments",
-                               _("The popular logic puzzle minesweeper. Clear mines from a board using hints 
from squares you have already uncovered.\n\nMines is a part of GNOME Games."),
+                               _("Clear explosive mines off the board.\n\nMines is a part of GNOME Games."),
                                "copyright",
                                "Copyright \xc2\xa9 1997-2008 Free Software Foundation, Inc.",
                                "license", license,


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