~alecu/unity-lens-music/fix-album-picture

« back to all changes in this revision

Viewing changes to src/rhythmbox-scope.vala

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2013-04-22 09:21:40 UTC
  • mfrom: (144.1.1 fix-hint)
  • Revision ID: tarmac-20130422092140-s7f8u7za0qupli4d
Fixed search hint to "Search Music".
. Fixes: https://bugs.launchpad.net/bugs/1170729.

Approved by PS Jenkins bot, Michal Hruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
      scope = new Unity.DeprecatedScope ("/com/canonical/unity/scope/rhythmbox", "music-rhythmbox.scope");
36
36
      scope.search_in_global = true;
37
 
      scope.search_hint = _("Search Music Collection");
 
37
      scope.search_hint = _("Search Music");
38
38
      scope.visible = true;
39
39
 
40
40
      scope.activate_uri.connect (activate);