[Checkins] SVN: zope.app.apidoc/branches/3.4/ Fix https://bugs.launchpad.net/zope3/+bug/161737: Misleading text in

Philipp von Weitershausen philikon at philikon.de
Sat Nov 10 05:00:48 EST 2007


Log message for revision 81682:
    Fix https://bugs.launchpad.net/zope3/+bug/161737: Misleading text in
    the interface viewer.
  
  

Changed:
  U   zope.app.apidoc/branches/3.4/CHANGES.txt
  U   zope.app.apidoc/branches/3.4/src/zope/app/apidoc/ifacemodule/index.pt

-=-
Modified: zope.app.apidoc/branches/3.4/CHANGES.txt
===================================================================
--- zope.app.apidoc/branches/3.4/CHANGES.txt	2007-11-10 09:58:25 UTC (rev 81681)
+++ zope.app.apidoc/branches/3.4/CHANGES.txt	2007-11-10 10:00:48 UTC (rev 81682)
@@ -5,8 +5,10 @@
 3.4.3 (unreleased)
 ------------------
 
-- ...
+- Fix https://bugs.launchpad.net/zope3/+bug/161737: Misleading text in
+  the interface viewer.
 
+
 3.4.2 (2007-10-30)
 ------------------
 

Modified: zope.app.apidoc/branches/3.4/src/zope/app/apidoc/ifacemodule/index.pt
===================================================================
--- zope.app.apidoc/branches/3.4/src/zope/app/apidoc/ifacemodule/index.pt	2007-11-10 09:58:25 UTC (rev 81681)
+++ zope.app.apidoc/branches/3.4/src/zope/app/apidoc/ifacemodule/index.pt	2007-11-10 10:00:48 UTC (rev 81682)
@@ -69,7 +69,7 @@
     <div class="indent"
          tal:condition="python: specific_adapters or generic_adapters">
 
-      <h3 i18n:translate="">Adapters where this interface is required:</h3>
+      <h3 i18n:translate="">Adapters for objects providing this interface:</h3>
 
       <div tal:define="
   elementId string:adapters.required.specific;



More information about the Checkins mailing list