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



commit ce0a0455ca4d5199fc3c77faddc9b9f2b48d1751
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Aug 18 09:52:00 2013 -0500

    Reduce the width of the About dialog

 src/lib/defaults.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lib/defaults.py b/src/lib/defaults.py
index 3e6190d..43e39e8 100644
--- a/src/lib/defaults.py
+++ b/src/lib/defaults.py
@@ -47,7 +47,7 @@ from gettext import gettext as _
 APPNAME             = _("GNOME Sudoku")
 APPNAME_SHORT       = _("Sudoku")
 COPYRIGHT           = 'Copyright \xc2\xa9 2005-2008, Thomas M. Hinkle'
-DESCRIPTION         = _('GNOME Sudoku is a simple Sudoku generator and player. Sudoku is a Japanese logic 
puzzle.\n\nGNOME Sudoku is a part of GNOME Games.')
+DESCRIPTION         = _('The popular Japanese logic puzzle\n\nGNOME Sudoku is a part of GNOME Games.')
 AUTHORS             = ("Thomas M. Hinkle","John Stowers")
 WEBSITE             = 'http://www.gnome.org/projects/gnome-games/'
 WEBSITE_LABEL       = _('GNOME Games web site')


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