aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--src/menu.cpp2
-rw-r--r--tests/manual2
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 1fc0e7a..a7aa247 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+indicator-datetime (13.10.0+14.10.20141007-0ubuntu1) utopic; urgency=low
+
+ [ Charles Kerr ]
+ * Change title to read "Time & Date" (LP: #1377286)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 07 Oct 2014 19:37:47 +0000
+
indicator-datetime (13.10.0+14.10.20140919-0ubuntu1) utopic; urgency=low
[ Charles Kerr ]
diff --git a/src/menu.cpp b/src/menu.cpp
index 9cd9b9f..6dcac27 100644
--- a/src/menu.cpp
+++ b/src/menu.cpp
@@ -516,7 +516,7 @@ protected:
GVariantBuilder b;
g_variant_builder_init(&b, G_VARIANT_TYPE_VARDICT);
- g_variant_builder_add(&b, "{sv}", "title", g_variant_new_string (_("Upcoming events")));
+ g_variant_builder_add(&b, "{sv}", "title", g_variant_new_string (_("Time & Date")));
g_variant_builder_add(&b, "{sv}", "visible", g_variant_new_boolean (TRUE));
if (has_alarms)
{
diff --git a/tests/manual b/tests/manual
index ee93fd5..0171213 100644
--- a/tests/manual
+++ b/tests/manual
@@ -17,7 +17,7 @@ Test-case indicator-datetime/unity8-items-check
<dl>
<dt>Login to a user session running Unity 8</dt>
<dt>Pull down the top panel until it sticks open</dt>
- <dt>Navigate through the tabs until "Upcoming events" is shown</dt>
+ <dt>Navigate through the tabs until "Time & Date" is shown</dt>
<dd>Upcoming is at the top of the menu</dd>
<dd>The menu is populated with items</dd>
</dl>