Merge lp:~fboucault/unity-2d/dash_home_search_hint into lp:unity-2d/3.0

Proposed by Florian Boucault
Status: Merged
Approved by: Ugo Riboni
Approved revision: 604
Merged at revision: 607
Proposed branch: lp:~fboucault/unity-2d/dash_home_search_hint
Merge into: lp:unity-2d/3.0
Diff against target: 12 lines (+1/-1)
1 file modified
places/SearchEntry.qml (+1/-1)
To merge this branch: bzr merge lp:~fboucault/unity-2d/dash_home_search_hint
Reviewer Review Type Date Requested Status
Ugo Riboni Pending
Review via email: mp+64722@code.launchpad.net

Description of the change

[dash] Home screen's search hint is 'Search'

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'places/SearchEntry.qml'
2--- places/SearchEntry.qml 2011-04-07 11:53:36 +0000
3+++ places/SearchEntry.qml 2011-06-15 17:08:55 +0000
4@@ -160,7 +160,7 @@
5 else if(dash.currentPage != undefined && dash.currentPage.model.searchHint)
6 return dash.currentPage.model.searchHint
7 else
8- return ""
9+ return u2d.tr("Search")
10 }
11 }
12 }

Subscribers

People subscribed via source and target branches