[gnome-weather] Use tonight instead of "this night"
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] Use tonight instead of "this night"
- Date: Tue, 5 Mar 2013 15:03:03 +0000 (UTC)
commit 5c8e244f9770c3845e058f1c41b0c66baffe4863
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]