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



commit 827ddee732750ed1af7306e69c0a59e3d18679d5
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Nov 19 11:32:53 2013 -0600

    About dialog: remove period from sentence fragment

 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index b3419d3..3f7ca87 100644
--- a/src/main.c
+++ b/src/main.c
@@ -159,7 +159,7 @@ about_cb (GtkAction * action, gpointer data)
        "Copyright \xc2\xa9 2009 Guillaume Beland",
 
        "license-type", GTK_LICENSE_GPL_2_0, 
-       "comments", _("A worm game for GNOME.\n\nNibbles is a part of GNOME Games."),
+       "comments", _("A worm game for GNOME\n\nNibbles is a part of GNOME Games."),
        "authors", authors,
        "documenters", documenters, 
        "translator-credits", _("translator-credits"), 


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