[gnome-clocks] Add translator-credits to About window



commit fb5d6e600e4e8c78cf84bb04694e987ed7e4b187
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Thu Aug 16 19:08:29 2012 +0200

    Add translator-credits to About window
    
    We translators like credits.
    
    They make us feel warm and fuzzy.

 gnomeclocks/app.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnomeclocks/app.py b/gnomeclocks/app.py
index baba7ba..8e5d382 100644
--- a/gnomeclocks/app.py
+++ b/gnomeclocks/app.py
@@ -104,6 +104,7 @@ class Window(Gtk.ApplicationWindow):
         about.set_copyright("(c) Collabora Ltd\n(c) Emily Gonyer\n(c) Eslam Mostafa")
         about.set_comments(_("Clocks is a clock application for the GNOME Desktop"))
         about.set_authors(["Seif Lotfy, Emily Gonyer, Eslam Mostafa"])
+        about.set_translator_credits(_("translator-credits"))
         about.connect("response", lambda w, r: about.destroy())
         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]