Merge lp:~bregma/unity-lens-friends/lp-1056204 into lp:unity-lens-friends

Proposed by Stephen M. Webb
Status: Merged
Approved by: Robert Bruce Park
Approved revision: 57
Merged at revision: 61
Proposed branch: lp:~bregma/unity-lens-friends/lp-1056204
Merge into: lp:unity-lens-friends
Diff against target: 25 lines (+2/-2)
2 files modified
data/social.scope.in.in (+1/-1)
src/daemon.vala (+1/-1)
To merge this branch: bzr merge lp:~bregma/unity-lens-friends/lp-1056204
Reviewer Review Type Date Requested Status
Robert Bruce Park Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+166055@code.launchpad.net

Commit message

change hint text (lp: #1056204)

Description of the change

Changes the hint text (lp: #1056204).

The hint text was too long to fit on most screens and was inconsistent with other hint texts.

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
Robert Bruce Park (robru) wrote :

Great, thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/social.scope.in.in'
--- data/social.scope.in.in 2013-05-01 17:45:49 +0000
+++ data/social.scope.in.in 2013-05-28 13:54:24 +0000
@@ -4,7 +4,7 @@
4Icon=@prefix@/share/unity/icons/lens-nav-gwibber.svg4Icon=@prefix@/share/unity/icons/lens-nav-gwibber.svg
5_Name=Social5_Name=Social
6_Description=This is an Ubuntu search plugin that enables information from Online accounts to be searched and displayed in the Dash underneath the Social header. If you do not wish to search this content source, you can disable this search plugin.6_Description=This is an Ubuntu search plugin that enables information from Online accounts to be searched and displayed in the Dash underneath the Social header. If you do not wish to search this content source, you can disable this search plugin.
7_SearchHint=Enter name or content you would like to search for7_SearchHint=Search social network messages
8Shortcut=g8Shortcut=g
9Type=social9Type=social
1010
1111
=== modified file 'src/daemon.vala'
--- src/daemon.vala 2013-04-22 11:04:16 +0000
+++ src/daemon.vala 2013-05-28 13:54:24 +0000
@@ -59,7 +59,7 @@
59 empty_asv = new Variant.array (VariantType.VARDICT.element (), {});59 empty_asv = new Variant.array (VariantType.VARDICT.element (), {});
60 scope = new Unity.DeprecatedScope("/com/canonical/unity/scope/friends", "friends.scope");60 scope = new Unity.DeprecatedScope("/com/canonical/unity/scope/friends", "friends.scope");
61 scope.search_in_global = false;61 scope.search_in_global = false;
62 scope.search_hint = _("Enter name or content you would like to search for");62 scope.search_hint = _("Search social network messages");
63 scope.visible = false;63 scope.visible = false;
64 try64 try
65 {65 {

Subscribers

People subscribed via source and target branches

to all changes: