Merge lp:~mhr3/unity-lens-video/capital-s into lp:unity-lens-video

Proposed by Michal Hruby
Status: Rejected
Rejected by: Michal Hruby
Proposed branch: lp:~mhr3/unity-lens-video/capital-s
Merge into: lp:unity-lens-video
Diff against target: 12 lines (+1/-1)
1 file modified
src/remote-scope.vala (+1/-1)
To merge this branch: bzr merge lp:~mhr3/unity-lens-video/capital-s
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Paweł Stołowski (community) Approve
Review via email: mp+170048@code.launchpad.net

Commit message

Capitalize S in "More Suggestions".

Description of the change

Capitalize S in "More Suggestions".

To post a comment you must log in.
Revision history for this message
Paweł Stołowski (stolowski) wrote :

+1

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Michal Hruby (mhr3) wrote :

Re-checked with design, only capitalizing the first word is the desired solution.

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/remote-scope.vala'
2--- src/remote-scope.vala 2013-05-16 11:31:51 +0000
3+++ src/remote-scope.vala 2013-06-18 11:46:27 +0000
4@@ -106,7 +106,7 @@
5 var icon_dir = File.new_for_path (Config.ICON_PATH);
6
7 categories.add(new Unity.Category ("online", _("Online"), new FileIcon (icon_dir.get_child ("group-internet.svg")), Unity.CategoryRenderer.VERTICAL_TILE));
8- categories.add(new Unity.Category ("more", _("More suggestions"), new FileIcon (icon_dir.get_child ("group-treat-yourself.svg")), Unity.CategoryRenderer.VERTICAL_TILE));
9+ categories.add(new Unity.Category ("more", _("More Suggestions"), new FileIcon (icon_dir.get_child ("group-treat-yourself.svg")), Unity.CategoryRenderer.VERTICAL_TILE));
10
11 this.categories = categories;
12 }

Subscribers

People subscribed via source and target branches