[Checkins] SVN: Zope3/trunk/src/zope/app/styleguide/zpt/README.txt
	minor working cleanup
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Thu May  4 16:24:40 EDT 2006
    
    
  
Log message for revision 67972:
  minor working cleanup
Changed:
  U   Zope3/trunk/src/zope/app/styleguide/zpt/README.txt
-=-
Modified: Zope3/trunk/src/zope/app/styleguide/zpt/README.txt
===================================================================
--- Zope3/trunk/src/zope/app/styleguide/zpt/README.txt	2006-05-04 18:56:14 UTC (rev 67971)
+++ Zope3/trunk/src/zope/app/styleguide/zpt/README.txt	2006-05-04 20:24:39 UTC (rev 67972)
@@ -8,9 +8,9 @@
 In other words it means: use <label> along with your <input type="text"/>,
 your <input type="checkbox"/> and your <input type="radio"/> elements.
 Using labels makes it possible to use the pointer on the label
-(clicking on the label) to active the input, so that it is easier to select a
-text input, a check box or a radio box, just like it is in heavy client
-applications such as Firefox.
+(clicking on the label) to active the input, making it easier to select a
+text input, a check box or a radio box, just like in thick-client
+applications.
 
 Example::
 
    
    
More information about the Checkins
mailing list