Merge lp:~stolowski/unity-lens-applications/category-rename into lp:unity-lens-applications

Proposed by Paweł Stołowski
Status: Merged
Approved by: Michal Hruby
Approved revision: 302
Merged at revision: 300
Proposed branch: lp:~stolowski/unity-lens-applications/category-rename
Merge into: lp:unity-lens-applications
Diff against target: 12 lines (+1/-1)
1 file modified
src/daemon.vala (+1/-1)
To merge this branch: bzr merge lp:~stolowski/unity-lens-applications/category-rename
Reviewer Review Type Date Requested Status
Michal Hruby (community) Approve
Review via email: mp+124258@code.launchpad.net

Commit message

Renamed 'Treat yourself' to 'More suggestions', per design request.

Description of the change

Renamed 'Treat yourself' to 'More suggestions', per design request.

To post a comment you must log in.
Revision history for this message
Michal Hruby (mhr3) wrote :

Right, it matches latest design *now* :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/daemon.vala'
2--- src/daemon.vala 2012-09-13 16:41:52 +0000
3+++ src/daemon.vala 2012-09-13 16:46:21 +0000
4@@ -294,7 +294,7 @@
5 new FileIcon (icon_dir.get_child ("group-installed.svg")));
6 categories.append (cat);
7
8- cat = new Unity.Category (_("Treat yourself"),
9+ cat = new Unity.Category (_("More suggestions"),
10 new FileIcon (icon_dir.get_child ("group-treat-yourself.svg")),
11 Unity.CategoryRenderer.FLOW);
12 categories.append (cat);

Subscribers

People subscribed via source and target branches