Merge lp:~fboucault/unity-2d/dash_header_label_fix into lp:unity-2d

Proposed by Florian Boucault
Status: Merged
Approved by: Alberto Mardegan
Approved revision: 677
Merged at revision: 678
Proposed branch: lp:~fboucault/unity-2d/dash_header_label_fix
Merge into: lp:unity-2d
Diff against target: 12 lines (+1/-1)
1 file modified
places/CategoryHeader.qml (+1/-1)
To merge this branch: bzr merge lp:~fboucault/unity-2d/dash_header_label_fix
Reviewer Review Type Date Requested Status
Alberto Mardegan (community) Approve
Review via email: mp+73438@code.launchpad.net

Description of the change

[dash] Category header label changed from using literal to numeral: "See one more result" changed into "See 1 more result"

To post a comment you must log in.
Revision history for this message
Alberto Mardegan (mardy) wrote :

Definitely a good one :-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'places/CategoryHeader.qml'
2--- places/CategoryHeader.qml 2011-08-25 13:08:52 +0000
3+++ places/CategoryHeader.qml 2011-08-30 20:37:50 +0000
4@@ -89,7 +89,7 @@
5 fontSize: "small"
6 text: if(categoryHeader.folded) {
7 if(availableCount == 1) {
8- return u2d.tr("See one more result")
9+ return u2d.tr("See 1 more result")
10 } else {
11 return u2d.tr("See %1 more results").arg(availableCount)
12 }

Subscribers

People subscribed via source and target branches