[atomix] URL shouldn't be translatable



commit 1029be71343bdf1cc22819ac7e3a33733862c7b3
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Aug 31 14:36:41 2015 +0200

    URL shouldn't be translatable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753783

 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index b280df7..5b90401 100644
--- a/src/main.c
+++ b/src/main.c
@@ -127,7 +127,7 @@ static void verb_HelpAbout_cb (GtkMenuItem * action, gpointer data)
                                        "program-name", _("Atomix"),
                                        "version", VERSION,
                                        "comments", _("A puzzle game about atoms and molecules"),
-                                       "website",_("https://github.com/GNOME/atomix";),
+                                       "website", "https://github.com/GNOME/atomix";,
                                        "authors", authors,
                                        "artists", artists,
                                        "translator_credits", _("translator-credits"),


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