[gnome-robots] About dialog: remove period from sentence fragment



commit 41a5159dec0d56195c1450dba6bbea772192e388
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Nov 19 11:45:29 2013 -0600

    About dialog: remove period from sentence fragment

 src/menu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/menu.c b/src/menu.c
index 5ce720c..74bf6fa 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -264,7 +264,7 @@ about_cb (GtkAction * action, gpointer data)
                         "copyright", "Copyright \xc2\xa9 1998-2008 Mark Rae",
                         "license-type", GTK_LICENSE_GPL_2_0,
                         "website-label", _("GNOME Games web site"),
-                        "comments", _("Based on classic BSD Robots.\n\nRobots is a part of GNOME Games."),
+                        "comments", _("Based on classic BSD Robots\n\nRobots is a part of GNOME Games."),
                         "authors", authors,
                         "artists", artists,
                         "documenters", documenters,


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