[gnome-chess] About dialog: don't say "is a part of GNOME Games"



commit 50fd66711623a7f587da6198bb8dc03fbd94e78a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Aug 17 13:01:08 2014 -0500

    About dialog: don't say "is a part of GNOME Games"

 src/gnome-chess.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 0d86c48..233df64 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -1996,7 +1996,7 @@ public class ChessApplication : Gtk.Application
         about_dialog.version = VERSION;
         about_dialog.copyright = "Copyright © 2010–2013 Robert Ancell\nCopyright © 2013–2014 Michael 
Catanzaro";
         about_dialog.license_type = Gtk.License.GPL_2_0;
-        about_dialog.comments = _("A classic game of positional strategy\n\nGNOME Chess is a part of GNOME 
Games.");
+        about_dialog.comments = _("A classic game of positional strategy");
         about_dialog.authors = authors;
         about_dialog.artists = artists;
         about_dialog.translator_credits = _("translator-credits");


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