[gnome-clocks] Fix app name in about dialog



commit 5842fa05db35e8d8aee23e15feea0a686068358f
Author: William Jon McCann <william jon mccann gmail com>
Date:   Wed Apr 24 14:44:51 2013 -0400

    Fix app name in about dialog

 src/window.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/window.vala b/src/window.vala
index 180a2d6..94410a2 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -139,7 +139,7 @@ public class Window : Gtk.ApplicationWindow {
         };
 
         Gtk.show_about_dialog (this,
-                               "program-name", _("Gnome Clocks"),
+                               "program-name", _("Clocks"),
                                "logo-icon-name", "gnome-clocks",
                                "version", Config.VERSION,
                                "comments", _("Utilities to help you with the time."),


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