daboide Commit
Revision 710
Date: 2006-12-16 11:29:14 -0800 (Sat, 16 Dec 2006)
Author: Paul

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

Log:
Re-fixed that caption error.


Diff:
Modified: trunk/wizards/AppWizard/AppWizard.py
===================================================================
--- trunk/wizards/AppWizard/AppWizard.py        2006-12-16 18:24:11 UTC (rev 
709)
+++ trunk/wizards/AppWizard/AppWizard.py        2006-12-16 19:29:14 UTC (rev 
710)
@@ -653,7 +653,7 @@
                                self.Form._convertTabs = False
 
                chkConvertTabs = self.addObject(dabo.ui.dCheckBox, 
-                               Caption=_("Tabs are the default for 
indentatself.Sizer.append(lbl)ion.\nCheck this if you insist on using spaces."),
+                               Caption=_("Tabs are the default for 
indentation.\nCheck this if you insist on using spaces."),
                                RegID="chkConvertTabs")
                chkConvertTabs.FontSize -= 1
                chkConvertTabs.bindEvent(dabo.dEvents.Hit, _onConvertTabs)




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

Reply via email to