[Python-checkins] r53432 - tracker/instances/python-dev/html/issue.item.html

erik.forsberg python-checkins at python.org
Sun Jan 14 17:29:59 CET 2007


Author: erik.forsberg
Date: Sun Jan 14 17:29:59 2007
New Revision: 53432

Modified:
   tracker/instances/python-dev/html/issue.item.html
Log:
Don't translate strings that have already been translated. fixes issue54.


Modified: tracker/instances/python-dev/html/issue.item.html
==============================================================================
--- tracker/instances/python-dev/html/issue.item.html	(original)
+++ tracker/instances/python-dev/html/issue.item.html	Sun Jan 14 17:29:59 2007
@@ -136,7 +136,7 @@
  </td>
 </tr>
 <tr>
- <th i18n:translate="">
+ <th>
    <span tal:replace="structure python:db.priority.classhelp('id,name,description',label='Priority')" />:
  </th>
  <td tal:content="structure context/priority/menu">priority</td>


More information about the Python-checkins mailing list