[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py - Changed "skin" to "layer".

Christian Theune ct at gocept.com
Fri Jan 27 03:23:36 EST 2006


Log message for revision 41466:
   - Changed "skin" to "layer".
  

Changed:
  U   Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py

-=-
Modified: Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py	2006-01-27 05:12:24 UTC (rev 41465)
+++ Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py	2006-01-27 08:23:36 UTC (rev 41466)
@@ -626,7 +626,7 @@
         title=u"A list of layers",
         description=u"""
         This should be in order of lookup. Usually one of the layers
-        has the same name as the skin, and the last skin should be
+        has the same name as the skin, and the last layer should be
         'default', unless you want to completely override all views.
         """,
         required=False,



More information about the Zope3-Checkins mailing list