~unity-team/unity-lens-music/trusty

« back to all changes in this revision

Viewing changes to src/banshee-scope.vala

  • Committer: Tarmac
  • Author(s): Michal Hruby
  • Date: 2013-06-20 16:50:02 UTC
  • mfrom: (144.1.2 unity-lens-music)
  • Revision ID: tarmac-20130620165002-n9pi9n22cuxz0buc
As per design guidelines, use capital letters only for first words.

Approved by Pawel Stolowski, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

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