[gnome-weather/gnome-3-8] Use tonight instead of "this night"



commit 1319eb6f332cf735afe0b4f42a25709929b49542
Author: William Jon McCann <william jon mccann gmail com>
Date:   Mon Mar 4 19:48:03 2013 -0500

    Use tonight instead of "this night"

 src/strings.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/strings.js b/src/strings.js
index 905bc4e..81e9a44 100644
--- a/src/strings.js
+++ b/src/strings.js
@@ -28,7 +28,7 @@ const DAY_PARTS = [
     [N_("Sunday night"), N_("Sunday morning"), N_("Sunday afternoon"), N_("Sunday evening")],
 ];
 
-const TODAY_PARTS = [N_("This night"), N_("This morning"), N_("This afternoon"), N_("This evening")];
+const TODAY_PARTS = [N_("Tonight"), N_("This morning"), N_("This afternoon"), N_("This evening")];
 const TOMORROW_PARTS = [N_("Tomorrow night"), N_("Tomorrow morning"), N_("Tomorrow afternoon"), N_("Tomorrow 
evening")];
 
 function _getDatetimePart(datetime) {


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