[Zope3-checkins] SVN: Zope3/branches/roger-bostonskin2/src/zope/app/boston/browser/widget_macros.pt Fix translation issue

Roger Ineichen roger at projekt01.ch
Sat Oct 29 19:54:14 EDT 2005


Log message for revision 39726:
  Fix translation issue

Changed:
  U   Zope3/branches/roger-bostonskin2/src/zope/app/boston/browser/widget_macros.pt

-=-
Modified: Zope3/branches/roger-bostonskin2/src/zope/app/boston/browser/widget_macros.pt
===================================================================
--- Zope3/branches/roger-bostonskin2/src/zope/app/boston/browser/widget_macros.pt	2005-10-29 23:51:33 UTC (rev 39725)
+++ Zope3/branches/roger-bostonskin2/src/zope/app/boston/browser/widget_macros.pt	2005-10-29 23:54:14 UTC (rev 39726)
@@ -10,7 +10,7 @@
                 <div class="label">
                   <label for="field.name" title="The widget's hint"
                        tal:attributes="for widget/name; title widget/hint"
-                       tal:content="widget/label">The Label</label>
+                       tal:content="widget/label" i18n:translate="">The Label</label>
                 </div>
               </td>
               <td class="fields">



More information about the Zope3-Checkins mailing list