[gnome-mines] trivial: remove period from About dialog fragment



commit 9070164df5a57f2f9238b70d54f36432cf7e8f1a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Nov 18 20:38:49 2013 -0600

    trivial: remove period from About dialog fragment

 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 298bc34..472c30d 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -687,7 +687,7 @@ public class Mines : Gtk.Application
                                "name", _("Mines"),
                                "version", VERSION,
                                "comments",
-                               _("Clear explosive mines off the board.\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]