[Checkins] SVN: z3c.viewtemplate/trunk/src/z3c/viewtemplate/zcml.py try to make description more readable

Fred L. Drake, Jr. fdrake at gmail.com
Wed Jul 25 11:43:51 EDT 2007


Log message for revision 78325:
  try to make description more readable

Changed:
  U   z3c.viewtemplate/trunk/src/z3c/viewtemplate/zcml.py

-=-
Modified: z3c.viewtemplate/trunk/src/z3c/viewtemplate/zcml.py
===================================================================
--- z3c.viewtemplate/trunk/src/z3c/viewtemplate/zcml.py	2007-07-25 12:25:01 UTC (rev 78324)
+++ z3c.viewtemplate/trunk/src/z3c/viewtemplate/zcml.py	2007-07-25 15:43:51 UTC (rev 78325)
@@ -55,10 +55,10 @@
             description = _(u"""
                 The macro to be used.
                 This allows us to define different macros in on template.
-                The template designer can now create hole site, the
-                ViewTemplate can then extract the macros for single viewlets
-                or views.
-                If no macro is given the hole template is used for rendering.
+                The template designer can now create macros for the whole site
+                in a single page template, and ViewTemplate can then extract
+                the macros for single viewlets or views.
+                If no macro is given the whole template is used for rendering.
                 """),
             required = False,
             default = u'',



More information about the Checkins mailing list