[gnome-shell/wip/fmuellner/notification-redux: 88/88] dateMenu: Use header capitalization for world clocks
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/notification-redux: 88/88] dateMenu: Use header capitalization for world clocks
- Date: Sun, 15 Feb 2015 17:38:11 +0000 (UTC)
commit 17015287770b2b1fad13915c2387c44cbffe5ccd
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]