daboide Commit
Revision 575
Date: 2006-05-15 17:01:10 -0700 (Mon, 15 May 2006)
Author: paul

Changed:
U   trunk/wizards/AppWizard/AppWizard.py

Log:
Fixed the generated select page to have a colon after the "Limit" caption, 
to match the colons after all the field captions.


Diff:
Modified: trunk/wizards/AppWizard/AppWizard.py
===================================================================
--- trunk/wizards/AppWizard/AppWizard.py        2006-05-15 21:10:31 UTC (rev 
574)
+++ trunk/wizards/AppWizard/AppWizard.py        2006-05-16 00:01:10 UTC (rev 
575)
@@ -1099,7 +1099,7 @@
                        selectOptionsPanel += """
                # Now add the limit field
                lbl = dabo.ui.dLabel(panel)
-               lbl.Caption =  _("&Limit")
+               lbl.Caption =  _("&Limit:")
                limTxt = SelectTextBox(panel)
                if len(limTxt.Value) == 0:
                        limTxt.Value = "1000"




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to