[gnome-clocks] Unmark website address from translation



commit f53e3c8342fb746c32334aca9a2055e8ef1826b8
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Fri Aug 24 00:09:16 2012 +0200

    Unmark website address from translation

 gnomeclocks/app.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomeclocks/app.py b/gnomeclocks/app.py
index dae4cab..34deca1 100644
--- a/gnomeclocks/app.py
+++ b/gnomeclocks/app.py
@@ -109,7 +109,7 @@ class Window(Gtk.ApplicationWindow):
             _("Utilities to help you with the time."))
         about.set_authors(AUTHORS)
         about.set_translator_credits(_("translator-credits"))
-        about.set_website(_("http://live.gnome.org/GnomeClocks";))
+        about.set_website("http://live.gnome.org/GnomeClocks";)
         about.set_website_label(_("GNOME Clocks"))
         about.set_wrap_license("true")
         about.set_license_type(Gtk.License.GPL_2_0)



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