[Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/component/browser/tools.py
	Corrected some more typos reported by Adam Groszer.
    Derrick Hudson 
    dman at dman13.dyndns.org
       
    Thu Aug 18 15:36:03 EDT 2005
    
    
  
Log message for revision 37995:
  Corrected some more typos reported by Adam Groszer.
  
Changed:
  U   Zope3/trunk/src/zope/app/component/browser/tools.py
-=-
Modified: Zope3/trunk/src/zope/app/component/browser/tools.py
===================================================================
--- Zope3/trunk/src/zope/app/component/browser/tools.py	2005-08-18 18:51:22 UTC (rev 37994)
+++ Zope3/trunk/src/zope/app/component/browser/tools.py	2005-08-18 19:36:02 UTC (rev 37995)
@@ -77,10 +77,10 @@
         msg = u''
         if "INSTALL-SUBMIT" in self.request:
             self.install()
-            msg = _(u'Tools successufully installed.')
+            msg = _(u'Tools successfully installed.')
         if "UNINSTALL-SUBMIT" in self.request:
             self.uninstall()
-            msg = _(u'Tools successufully uninstalled.')
+            msg = _(u'Tools successfully uninstalled.')
         if "ADD-TOOL-SUBMIT" in self.request:
             self.action(self.request['type_name'], self.request['id'])
         elif "CANCEL-ADD-TOOL-SUBMIT" in self.request:
    
    
More information about the Zope3-Checkins
mailing list