Merge lp:~dpm/unity-scope-click/fix-1389207 into lp:unity-scope-click

Proposed by David Planella
Status: Rejected
Rejected by: dobey
Proposed branch: lp:~dpm/unity-scope-click/fix-1389207
Merge into: lp:unity-scope-click
Diff against target: 12 lines (+1/-1)
1 file modified
libclickscope/click/highlights.cpp (+1/-1)
To merge this branch: bzr merge lp:~dpm/unity-scope-click/fix-1389207
Reviewer Review Type Date Requested Status
dobey (community) Needs Resubmitting
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+241408@code.launchpad.net

Description of the change

Fix for bug 1389207 to make "Scopes" appear in English.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
dobey (dobey) wrote :

I don't understand why we'd want this change. Would also not want "Apps" to be untranslated then as well, if we really want this to not be translated? Having the translation be incorrect doesn't seem to be an appropriate reason to make the string instead just not be translatable. Do we need to add a comment describing the context so that the correct non-English word is used in a translation?

review: Needs Fixing
Revision history for this message
dobey (dobey) wrote :

Rejecting this as no further activity has been provided. If such a change is necessary please provide rationale and answers to the previously posed questions in a new MP. Thanks.

review: Needs Resubmitting

Unmerged revisions

296. By David Planella

Made 'Scopes' string untranslatable, as per the request on bug #1389207

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libclickscope/click/highlights.cpp'
2--- libclickscope/click/highlights.cpp 2014-10-06 16:07:34 +0000
3+++ libclickscope/click/highlights.cpp 2014-11-11 13:40:20 +0000
4@@ -124,7 +124,7 @@
5 }
6
7 if (scopes.size() > 0) {
8- highlights.push_back(Highlight("__all-scopes__", _("Scopes"), scopes, true));
9+ highlights.push_back(Highlight("__all-scopes__", "Scopes", scopes, true));
10 }
11
12 if (apps.size() > 0) {

Subscribers

People subscribed via source and target branches

to all changes: