diff options
-rw-r--r-- | src/menu.cpp | 4 | ||||
-rw-r--r-- | 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 <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 "Time & Date" is shown</dt> + <dt>Navigate through the tabs until "Time and Date" is shown</dt> <dd>Upcoming is at the top of the menu</dd> <dd>The menu is populated with items</dd> </dl> @@ -139,7 +139,7 @@ Test-case ayatana-indicator-datetime/silent-mode Test-case ayatana-indicator-datetime/manual-time <dl> - <dt>In System Settings > Time & Date, manually change the time to an arbitrary time.</dt> + <dt>In System Settings > Time and Date, manually change the time to an arbitrary time.</dt> <dd>The indicator's timestamp should change right after the time manual time is set.</dd> </dl> |