From 61cdb8bd3bbe6054d3ed1ec7ffb81f59bebec553 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 3 Oct 2014 14:22:31 -0500 Subject: rename title from 'Upcoming events' to 'Time & Date' --- src/menu.cpp | 2 +- tests/manual | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 87ad674..ae7f080 100644 --- a/tests/manual +++ b/tests/manual @@ -17,7 +17,7 @@ Test-case indicator-datetime/unity8-items-check
Login to a user session running Unity 8
Pull down the top panel until it sticks open
-
Navigate through the tabs until "Upcoming events" is shown
+
Navigate through the tabs until "Time & Date" is shown
Upcoming is at the top of the menu
The menu is populated with items
-- cgit v1.2.3