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

martin.v.loewis python-checkins at python.org
Tue Mar 4 00:07:33 CET 2008


Author: martin.v.loewis
Date: Tue Mar  4 00:07:33 2008
New Revision: 61216

Modified:
   tracker/instances/python-dev/html/issue.item.html
Log:
Change Note -> Comment. Fixes #194.


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	Tue Mar  4 00:07:33 2008
@@ -156,7 +156,7 @@
 
 </tr>
 <tr tal:condition="context/is_edit_ok">
- <th><tal:block i18n:translate="">Change Note</tal:block>:</th>
+ <th><tal:block i18n:translate="">Comment</tal:block>:</th>
  <td colspan="3">
   <textarea tal:content="request/form/@note/value | default"
             name="@note" wrap="hard" rows="5" cols="72"></textarea>


More information about the Python-checkins mailing list