aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-08-14 14:55:14 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-08-14 14:55:14 +0000
commit2702e6ae534fdb57311114460a978f51ff21ce81 (patch)
tree613e18675090427a5250820e714b88f30ec5fcd5
parent19ad3dd7ea88f33184505f588a23126af0223298 (diff)
parentd6eed72841ee6f74c56069bb76829999217ab739 (diff)
downloadayatana-indicator-messages-2702e6ae534fdb57311114460a978f51ff21ce81.tar.gz
ayatana-indicator-messages-2702e6ae534fdb57311114460a978f51ff21ce81.tar.bz2
ayatana-indicator-messages-2702e6ae534fdb57311114460a978f51ff21ce81.zip
Change the title to "Notification center".
Approved by: Pete Woods
-rw-r--r--src/im-application-list.c2
-rw-r--r--tests/manual2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/im-application-list.c b/src/im-application-list.c
index 7862f1a..b926e77 100644
--- a/src/im-application-list.c
+++ b/src/im-application-list.c
@@ -194,7 +194,7 @@ im_application_list_update_root_action (ImApplicationList *list)
g_object_unref(icon);
/* title */
- g_variant_builder_add (&builder, "{sv}", "title", g_variant_new_string (_("Incoming")));
+ g_variant_builder_add (&builder, "{sv}", "title", g_variant_new_string (_("Notification center")));
/* accessible description */
g_variant_builder_open(&builder, G_VARIANT_TYPE_DICT_ENTRY);
diff --git a/tests/manual b/tests/manual
index 7d5404f..c8eb280 100644
--- a/tests/manual
+++ b/tests/manual
@@ -17,7 +17,7 @@ Test-case indicator-messages/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 "Incoming" is shown</dt>
+ <dt>Navigate through the tabs until "Notification center" is shown</dt>
<dd>Incoming is at the top of the menu</dd>
<dd>The menu is populated with items</dd>
</dl>