[gnome-chess] About dialog: remove period after fragment



commit 400aa9c75e6a23a1e563a57b3eabf73de18af450
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Nov 18 23:01:34 2013 -0600

    About dialog: remove period after fragment

 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 b20f067..14fd860 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -1840,7 +1840,7 @@ public class Application : Gtk.Application
         about_dialog.version = VERSION;
         about_dialog.copyright = "Copyright © 2010–2013 Robert Ancell\nCopyright © 2013 Michael Catanzaro";
         about_dialog.license_type = Gtk.License.GPL_2_0;
-        about_dialog.comments = _("The 2D/3D chess game for GNOME. \n\nGNOME Chess is a part of GNOME 
Games.");
+        about_dialog.comments = _("The 2D/3D chess game for GNOME\n\nGNOME Chess is a part of GNOME Games.");
         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]