diff options
-rw-r--r-- | src/menu.cpp | 2 | ||||
-rw-r--r-- | tests/manual | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/menu.cpp b/src/menu.cpp index b4b579a..9cd9b9f 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"))); + g_variant_builder_add(&b, "{sv}", "title", g_variant_new_string (_("Upcoming events"))); g_variant_builder_add(&b, "{sv}", "visible", g_variant_new_boolean (TRUE)); if (has_alarms) { diff --git a/tests/manual b/tests/manual index 64d59c3..e9f858e 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" is shown</dt> + <dt>Navigate through the tabs until "Upcoming events" is shown</dt> <dd>Upcoming is at the top of the menu</dd> <dd>The menu is populated with items</dd> </dl> |