mailr20583 - /trunk/gui/components/free_file_format.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on August 13, 2013 - 18:03:
Author: bugman
Date: Tue Aug 13 18:03:42 2013
New Revision: 20583

URL: http://svn.gna.org/viewcvs/relax?rev=20583&view=rev
Log:
Improved the text for the mini free file format GUI element.


Modified:
    trunk/gui/components/free_file_format.py

Modified: trunk/gui/components/free_file_format.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/components/free_file_format.py?rev=20583&r1=20582&r2=20583&view=diff
==============================================================================
--- trunk/gui/components/free_file_format.py (original)
+++ trunk/gui/components/free_file_format.py Tue Aug 13 18:03:42 2013
@@ -101,7 +101,7 @@
         """Build the default GUI element."""
 
         # A static box to hold all the widgets.
-        box = wx.StaticBox(self.parent, -1, "Free format file settings")
+        box = wx.StaticBox(self.parent, -1, "The free file format settings:")
         box.SetFont(font.subtitle)
 
         # Init.




Related Messages


Powered by MHonArc, Updated Tue Aug 13 18:20:02 2013