[gnome-clocks] About dialog - improve some strings



commit 57b8014b50aac1b85ac687b88833206dbec2da17
Author: Allan Day <allanpday gmail com>
Date:   Fri Aug 17 13:31:44 2012 +0100

    About dialog - improve some strings
    
    Improve the comment and fix a missing space in the licence info.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682095
    
    Signed-off-by: Seif Lotfy <seif lotfy com>

 gnomeclocks/app.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomeclocks/app.py b/gnomeclocks/app.py
index 9b9d392..a0615b5 100644
--- a/gnomeclocks/app.py
+++ b/gnomeclocks/app.py
@@ -103,14 +103,14 @@ class Window(Gtk.ApplicationWindow):
         about.set_version(__version__)
         about.set_copyright(COPYRIGHTS)
         about.set_comments(
-            _("Clocks is a clock application for the GNOME Desktop"))
+            _("Utilities to help you with the time."))
         about.set_authors(AUTHORS)
         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)
         about.set_license("GNOME Clocks is free software;"
-            "you can redistribute it and/or modify it under the terms"
+            " you can redistribute it and/or modify it under the terms"
             " of the GNU General Public License as published by the"
             " Free Software Foundation; either version 2 of the"
             " License, or (at your option) any later version.\n"



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