Merge lp:~seb128/unity-lens-video/correct-search-hint-string into lp:unity-lens-video

Proposed by Sebastien Bacher
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 111
Merged at revision: 110
Proposed branch: lp:~seb128/unity-lens-video/correct-search-hint-string
Merge into: lp:unity-lens-video
Diff against target: 24 lines (+2/-2)
2 files modified
debian/control (+1/-1)
src/daemon.vala (+1/-1)
To merge this branch: bzr merge lp:~seb128/unity-lens-video/correct-search-hint-string
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Didier Roche-Tolomelli Approve
Review via email: mp+158294@code.launchpad.net

Commit message

Use the correct capitalization for the search hint string, it was wrongly
changed during the vala rewrite, that makes it coherent with the other
lenses and fix the translations since the template still had the old one

Description of the change

Use the correct capitalization for the search hint string, it was wrongly
changed during the vala rewrite, that makes it coherent with the other
lenses and fix the translations since the template still had the old one

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

thanks ;)

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-02-18 11:14:01 +0000
3+++ debian/control 2013-04-11 08:37:21 +0000
4@@ -19,7 +19,7 @@
5 Homepage: https://launchpad.net/unity-lens-video
6 # If you aren't a member of ~unity-team but need to upload packaging changes,
7 # just go ahead. ~unity-team will notice and sync up the code again.
8-Vcs-Bzr: https://code.launchpad.net/~unity-team/unity-lens-video/trunk
9+Vcs-Bzr: https://code.launchpad.net/~unity-lens-videos/unity-lens-video/trunk
10
11 Package: unity-lens-video
12 Architecture: any
13
14=== modified file 'src/daemon.vala'
15--- src/daemon.vala 2012-11-12 13:51:28 +0000
16+++ src/daemon.vala 2013-04-11 08:37:21 +0000
17@@ -30,7 +30,7 @@
18 {
19 lens = new Unity.Lens("/net/launchpad/lens/video", "video");
20 lens.search_in_global = true;
21- lens.search_hint = _("Search videos");
22+ lens.search_hint = _("Search Videos");
23 lens.sources_display_name = _("Sources");
24 lens.visible = true;
25

Subscribers

People subscribed via source and target branches