~unity-team/unity-lens-shopping/trunk

« back to all changes in this revision

Viewing changes to src/daemon.vala

  • Committer: Michal Hruby
  • Date: 2012-09-13 16:40:12 UTC
  • Revision ID: michal.mhr@gmail.com-20120913164012-65efei97dxb1pvo7
Rename the category

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
      var categories = new GLib.List<Unity.Category> ();
76
76
      var icon_dir = File.new_for_path (ICON_PATH);
77
77
 
78
 
      cat = new Unity.Category (_("Treat yourself"),
 
78
      cat = new Unity.Category (_("More suggestions"),
79
79
                                new FileIcon (icon_dir.get_child ("group-treat-yourself.svg")),
80
80
                                Unity.CategoryRenderer.FLOW);
81
81
      categories.append (cat);