[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/utilities/browser/edit_markers.pt Merge c126514 from 2.13 branch
Hano Schlichting
cvs-admin at zope.org
Mon May 28 13:15:17 UTC 2012
Log message for revision 126515:
Merge c126514 from 2.13 branch
Changed:
U Zope/trunk/src/Products/Five/utilities/browser/edit_markers.pt
-=-
Modified: Zope/trunk/src/Products/Five/utilities/browser/edit_markers.pt
===================================================================
--- Zope/trunk/src/Products/Five/utilities/browser/edit_markers.pt 2012-05-28 13:13:48 UTC (rev 126514)
+++ Zope/trunk/src/Products/Five/utilities/browser/edit_markers.pt 2012-05-28 13:15:14 UTC (rev 126515)
@@ -24,13 +24,13 @@
<tal:loop tal:repeat="interface view/getInterfaceNames">
<label class="form-mono"
- tal:content="interface/name" i18n:translate="">INTERFACE</label><br />
+ tal:content="interface/name">INTERFACE</label><br />
</tal:loop>
<tal:loop tal:repeat="interface view/getDirectlyProvidedNames">
<input type="checkbox" id="INTERFACE" name="remove:list"
tal:attributes="id interface/name; value interface/name" />
<label class="form-mono" for="INTERFACE" tal:attributes="for interface/name"
- tal:content="interface/name" i18n:translate="">INTERFACE</label><br />
+ tal:content="interface/name">INTERFACE</label><br />
</tal:loop>
<tal:case tal:condition="view/getDirectlyProvidedNames">
<div class="formControls FormButtons">
@@ -47,7 +47,7 @@
<input type="checkbox" id="INTERFACE" name="add:list"
tal:attributes="id interface/name; value interface/name" />
<label class="form-mono" for="INTERFACE" tal:attributes="for interface/name"
- tal:content="interface/name" i18n:translate="">INTERFACE</label><br />
+ tal:content="interface/name">INTERFACE</label><br />
</tal:loop>
<div class="formControls FormButtons">
<input class="form-element" type="submit" name="SAVE" value="Add"
More information about the Zope-Checkins
mailing list