Merge lp:~larsu/indicator-messages/incoming into lp:~indicator-applet-developers/indicator-messages/trunk.13.10

Proposed by Lars Karlitski
Status: Merged
Approved by: Ted Gould
Approved revision: 383
Merged at revision: 384
Proposed branch: lp:~larsu/indicator-messages/incoming
Merge into: lp:~indicator-applet-developers/indicator-messages/trunk.13.10
Diff against target: 12 lines (+1/-1)
1 file modified
src/im-application-list.c (+1/-1)
To merge this branch: bzr merge lp:~larsu/indicator-messages/incoming
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+188370@code.launchpad.net

Commit message

Change title to "Incoming"

Description of the change

Change title to "Incoming"

This should only be done on the phone[1]. Thankfully, we don't show titles on the desktop yet.

[1] https://wiki.ubuntu.com/MessagingMenu#Phone

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Ted Gould (ted) wrote :

I was going to spend all afternoon reviewing this... but decided against it :-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/im-application-list.c'
2--- src/im-application-list.c 2013-09-26 14:43:48 +0000
3+++ src/im-application-list.c 2013-09-30 15:35:14 +0000
4@@ -192,7 +192,7 @@
5 g_object_unref(icon);
6
7 /* title */
8- g_variant_builder_add (&builder, "{sv}", "title", g_variant_new_string (_("Messages")));
9+ g_variant_builder_add (&builder, "{sv}", "title", g_variant_new_string (_("Incoming")));
10
11 /* accessible description */
12 g_variant_builder_open(&builder, G_VARIANT_TYPE_DICT_ENTRY);

Subscribers

People subscribed via source and target branches