~townsend/unity-scope-home/fix-search-hint-localization

« back to all changes in this revision

Viewing changes to src/master-scopes.vala

  • Committer: Chris Townsend
  • Date: 2013-04-01 20:52:14 UTC
  • Revision ID: christopher.townsend@canonical.com-20130401205214-2hfko659oozft34e
Fix localization of the search hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
          if (master_def != null)
279
279
          {
280
280
            var scope = new Unity.MasterScope (info.dbus_path, info.id);
281
 
            scope.search_hint = info.search_hint;
 
281
            scope.search_hint = _(info.search_hint);
282
282
            var category_set = new Unity.CategorySet ();
283
283
 
284
284
            Icon? main_icon = null;