mailr15859 - /1.3/gui/components/relax_data.py


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

Header


Content

Posted by edward on April 30, 2012 - 15:24:
Author: bugman
Date: Mon Apr 30 15:24:23 2012
New Revision: 15859

URL: http://svn.gna.org/viewcvs/relax?rev=15859&view=rev
Log:
Edit of the 'Add' button help in the relaxation data GUI element.


Modified:
    1.3/gui/components/relax_data.py

Modified: 1.3/gui/components/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/components/relax_data.py?rev=15859&r1=15858&r2=15859&view=diff
==============================================================================
--- 1.3/gui/components/relax_data.py (original)
+++ 1.3/gui/components/relax_data.py Mon Apr 30 15:24:23 2012
@@ -135,7 +135,7 @@
         self.button_add.SetSize((80, self.height_buttons))
         button_sizer.Add(self.button_add, 0, 0, 0)
         self.gui.Bind(wx.EVT_BUTTON, self.relax_data_read, self.button_add)
-        self.button_add.SetToolTipString("Read relaxation data from file.")
+        self.button_add.SetToolTipString("Read relaxation data from a file.")
 
         # Bruker button.
         self.button_bruker = 
wx.lib.buttons.ThemedGenBitmapTextButton(self.panel, -1, None, " Add")




Related Messages


Powered by MHonArc, Updated Mon Apr 30 16:20:02 2012