Skip to content

Commit 4c0189b

Browse files
author
Justus Pendleton
committed
translate activity and status in issue.index
thanks to Bajusz for the report and description of fix fixes [SF#796070]
1 parent 2d3ad90 commit 4c0189b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/classic/html/issue.index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Id: issue.index.html,v 1.28 2007-09-16 02:45:11 jpend Exp $ -->
1+
<!-- $Id: issue.index.html,v 1.29 2007-09-18 17:44:26 jpend Exp $ -->
22
<tal:block metal:use-macro="templates/page/macros/icing">
33
<title metal:fill-slot="head_title" >
44
<span tal:omit-tag="true" i18n:translate="" >List of issues</span>
@@ -40,7 +40,7 @@
4040
tal:condition="python:group and batch.propchanged(*group)">
4141
<th tal:attributes="colspan python:len(request.columns)" class="group">
4242
<tal:block tal:repeat="g group">
43-
<tal:block tal:content="python:str(i[g]) or '(no %s set)'%g"/>
43+
<tal:block i18n:translate="" tal:content="python:str(i[g]) or '(no %s set)'%g"/>
4444
</tal:block>
4545
</th>
4646
</tr>
@@ -62,6 +62,7 @@
6262
tal:content="python:str(i.title.plain(hyperlink=0)) or '[no title]'">title</a>
6363
</td>
6464
<td tal:condition="request/show/status"
65+
i18n:translate=""
6566
tal:content="python:i.status.plain() or default">&nbsp;</td>
6667
<td tal:condition="request/show/creator"
6768
tal:content="python:i.creator.plain() or default">&nbsp;</td>

0 commit comments

Comments
 (0)