From 803dd51c1404d44e9088d6acbb68f22e54919309 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Thu, 6 Aug 2020 16:13:14 +0200 Subject: Time *and* Date. --- src/menu.cpp | 4 ++-- tests/manual | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/menu.cpp b/src/menu.cpp index 2147b8c..b8e9728 100644 --- a/src/menu.cpp +++ b/src/menu.cpp @@ -411,7 +411,7 @@ private: action_name = nullptr; if (action_name != nullptr) - g_menu_append (menu, _("Time & Date Settingsā€¦"), action_name); + g_menu_append (menu, _("Time and Date Settingsā€¦"), action_name); return G_MENU_MODEL (menu); } @@ -517,7 +517,7 @@ protected: GVariantBuilder b; g_variant_builder_init(&b, G_VARIANT_TYPE_VARDICT); - g_variant_builder_add(&b, "{sv}", "title", g_variant_new_string (_("Time & Date"))); + g_variant_builder_add(&b, "{sv}", "title", g_variant_new_string (_("Time and Date"))); g_variant_builder_add(&b, "{sv}", "visible", g_variant_new_boolean (TRUE)); if (has_ubuntu_alarms) { diff --git a/tests/manual b/tests/manual index f70bcce..3294699 100644 --- a/tests/manual +++ b/tests/manual @@ -17,7 +17,7 @@ Test-case ayatana-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 "Time & Date" is shown
+
Navigate through the tabs until "Time and Date" is shown
Upcoming is at the top of the menu
The menu is populated with items
@@ -139,7 +139,7 @@ Test-case ayatana-indicator-datetime/silent-mode Test-case ayatana-indicator-datetime/manual-time
-
In System Settings > Time & Date, manually change the time to an arbitrary time.
+
In System Settings > Time and Date, manually change the time to an arbitrary time.
The indicator's timestamp should change right after the time manual time is set.
-- cgit v1.2.3