commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5048 - trunk/gnue-forms/src


From: jcater
Subject: r5048 - trunk/gnue-forms/src
Date: Wed, 28 Jan 2004 22:29:32 -0600 (CST)

Author: jcater
Date: 2004-01-28 22:29:31 -0600 (Wed, 28 Jan 2004)
New Revision: 5048

Modified:
   trunk/gnue-forms/src/GFParser.py
Log:
misc typos in comments/docs

Modified: trunk/gnue-forms/src/GFParser.py
===================================================================
--- trunk/gnue-forms/src/GFParser.py    2004-01-29 03:05:22 UTC (rev 5047)
+++ trunk/gnue-forms/src/GFParser.py    2004-01-29 04:29:31 UTC (rev 5048)
@@ -181,8 +181,8 @@
                'Required': 1,
                'Unique': 1,
                'Typecast': GTypecast.name,
-               'Description': 'A unique ID for the widget.The name of the '
-                              'widget. No blocks can share '
+               'Description': 'A unique ID (name) for the widget. '
+                              'No blocks can share '
                               'the same name without causing namespace '
                               'collisions in user triggers.' },
             'rows': {
@@ -202,7 +202,7 @@
                'Default': 1,
                'Description': 'If set, then you can tab out of the block via 
next- '
                               'or previous-field events. Makes navigation in '
-                              'mutliblock forms easier. If false, focus stays '
+                              'multiblock forms easier. If false, focus stays '
                               'within a block until user explicitly moves to '
                               'another block' },
             'restrictDelete':{
@@ -221,7 +221,7 @@
                'References': 'datasource.name',
                'Typecast': GTypecast.name,
                'Description': 'The name of a datasource (defined in by a '
-                              '{<datasource>} tag.) that provides this block '
+                              '{<datasource>} tag) that provides this block '
                               'with it\'s data.' } },
          'ParentTags': ('logic',),
          'Description': 'TODO' },





reply via email to

[Prev in Thread] Current Thread [Next in Thread]