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

Proposed by Michal Hruby
Status: Rejected
Rejected by: Michal Hruby
Proposed branch: lp:~mhr3/unity-lens-music/capital-s
Merge into: lp:unity-lens-music
Diff against target: 12 lines (+1/-1)
1 file modified
src/simple-scope.vala (+1/-1)
To merge this branch: bzr merge lp:~mhr3/unity-lens-music/capital-s
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Paweł Stołowski (community) Approve
Review via email: mp+170047@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
Michal Hruby (mhr3) wrote :

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

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Unmerged revisions

144. By Michal Hruby

Use capital S in More Suggestions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/simple-scope.vala'
2--- src/simple-scope.vala 2013-05-29 15:04:08 +0000
3+++ src/simple-scope.vala 2013-06-18 11:46:28 +0000
4@@ -129,7 +129,7 @@
5 new FileIcon (icon_dir.get_child ("group-albums.svg")));
6 categories.add (cat);
7
8- cat = new Unity.Category ("more", _("More suggestions"),
9+ cat = new Unity.Category ("more", _("More Suggestions"),
10 new FileIcon (icon_dir.get_child ("group-treat-yourself.svg")),
11 Unity.CategoryRenderer.FLOW);
12 categories.add (cat);

Subscribers

People subscribed via source and target branches

to all changes: