aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Quigley <tsimonq2@ubuntu.com>2020-08-06 16:13:14 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-06 16:13:14 +0200
commit803dd51c1404d44e9088d6acbb68f22e54919309 (patch)
treef61b494dc5f978a5bcc952ceeb0e3f435b466b9f
parentf0d5b45adedf8760b3035419c208094f6d4e270d (diff)
downloadayatana-indicator-datetime-803dd51c1404d44e9088d6acbb68f22e54919309.tar.gz
ayatana-indicator-datetime-803dd51c1404d44e9088d6acbb68f22e54919309.tar.bz2
ayatana-indicator-datetime-803dd51c1404d44e9088d6acbb68f22e54919309.zip
Time *and* Date.
-rw-r--r--src/menu.cpp4
-rw-r--r--tests/manual4
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>