[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/schemacontent/interfaces.py Typo

Dmitry Vasiliev dima at hlabs.spb.ru
Thu Jun 9 07:10:24 EDT 2005


Log message for revision 30696:
  Typo
  

Changed:
  U   Zope3/trunk/src/zope/app/schemacontent/interfaces.py

-=-
Modified: Zope3/trunk/src/zope/app/schemacontent/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/schemacontent/interfaces.py	2005-06-09 11:08:47 UTC (rev 30695)
+++ Zope3/trunk/src/zope/app/schemacontent/interfaces.py	2005-06-09 11:10:24 UTC (rev 30696)
@@ -40,7 +40,7 @@
         vocabulary="Interfaces",
         default=IAdding,
         required=True)
-    
+
     menuId = TextLine(
         title=_("Menu Id"),
         description=_("Specifies the menu this menu item will be added to."),
@@ -49,15 +49,15 @@
 
     create = Bool(
         title=_("Create Menu"),
-        description=_("If set to True, the system will create a local Browser"
-                      "local browser menu item for you. If this "
+        description=_("If set to True, the system will create a "
+                      "local browser menu for you. If this "
                       "option is set to False, the system will try to find "
                       "the next site manager that has a menu "
                       "with the specifed id. If no menu was found or the menu "
-                      "is a global menu, then an error is created."),
+                      "is a global menu, then an error is occurred."),
         default=True,
         required=True)
-                 
+
     def createMenuItem():
         """Create a menu item from the information in this object."""
 



More information about the Zope3-Checkins mailing list