[gnome-shell/wip/fmuellner/notification-redux+sass: 168/207] dateMenu: Use header capitalization for world clocks



commit 2a594404b55e60c3bb913071c2bc96a047b70876
Author: Florian Müllner <fmuellner gnome org>
Date:   Sun Feb 15 18:27:51 2015 +0100

    dateMenu: Use header capitalization for world clocks

 js/ui/dateMenu.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/dateMenu.js b/js/ui/dateMenu.js
index c28b6a4..5773951 100644
--- a/js/ui/dateMenu.js
+++ b/js/ui/dateMenu.js
@@ -150,7 +150,7 @@ const WorldClocksSection = new Lang.Class({
 
         let layout = this._grid.layout_manager;
         let title = (this._locations.length == 0) ? _("Add world clocks...")
-                                                  : _("World clocks");
+                                                  : _("World Clocks");
         let header = new St.Label({ style_class: 'world-clocks-header',
                                     text: title });
         layout.attach(header, 0, 0, 2, 1);


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