Merge lp:~jcsackett/launchpad/messages-translated-652264 into lp:launchpad

Proposed by j.c.sackett
Status: Merged
Approved by: Aaron Bentley
Approved revision: no longer in the source branch.
Merged at revision: 11677
Proposed branch: lp:~jcsackett/launchpad/messages-translated-652264
Merge into: lp:launchpad
Diff against target: 12 lines (+1/-1)
1 file modified
lib/lp/translations/templates/translations-portlet-not-using-launchpad-extra.pt (+1/-1)
To merge this branch: bzr merge lp:~jcsackett/launchpad/messages-translated-652264
Reviewer Review Type Date Requested Status
Aaron Bentley (community) Approve
Review via email: mp+37508@code.launchpad.net

Commit message

Replaces awkward text about associated packages in the product translations front page with more appropriate text.

Description of the change

Summary
=======

Changes the text "<product> also tracks messages in <package>" to "<product> also translates messages in <product>".

The original text was too clunky, and didn't really explain what was happening.

Proposed Fix
============

Change the text in the translations-portlet-not-using-launchpad-extra template.

Implementation details
======================

As above.

Lint
====

= Launchpad lint =

Checking for conflicts and issues in changed files.

Linting changed files:
  lib/lp/translations/templates/translations-portlet-not-using-launchpad-extra.pt

To post a comment you must log in.
Revision history for this message
Aaron Bentley (abentley) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/translations/templates/translations-portlet-not-using-launchpad-extra.pt'
2--- lib/lp/translations/templates/translations-portlet-not-using-launchpad-extra.pt 2010-09-23 02:33:38 +0000
3+++ lib/lp/translations/templates/translations-portlet-not-using-launchpad-extra.pt 2010-10-04 19:03:31 +0000
4@@ -8,7 +8,7 @@
5 tal:define="packages context/translatable_packages | nothing"
6 tal:condition="packages">
7 <tal:project replace="context/displayname" /> messages are
8- tracked in: <tal:packages repeat="package packages">
9+ translated in: <tal:packages repeat="package packages">
10 <tal:package replace="structure package/fmt:link" />
11 <tal:comma condition="not:repeat/package/end">, </tal:comma>
12 </tal:packages>.