mailr11962 - in /branches/bieri_gui/gui_bieri/analyses: auto_model_free.py auto_noe.py auto_rx_base.py


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

Header


Content

Posted by edward on December 27, 2010 - 10:39:
Author: bugman
Date: Mon Dec 27 10:39:47 2010
New Revision: 11962

URL: http://svn.gna.org/viewcvs/relax?rev=11962&view=rev
Log:
Spelling fixes for all the titles of the auto-analysis tabs in the main 
notebook.


Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
    branches/bieri_gui/gui_bieri/analyses/auto_noe.py
    branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_model_free.py?rev=11962&r1=11961&r2=11962&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Mon Dec 27 
10:39:47 2010
@@ -130,7 +130,7 @@
         """
 
         # The title.
-        label = wx.StaticText(self.parent, -1, "Set-up for Model-free 
analysis:")
+        label = wx.StaticText(self.parent, -1, "Setup for model-free 
analysis")
 
         # The font properties.
         label.SetFont(wx.Font(16, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, 
"Sans"))

Modified: branches/bieri_gui/gui_bieri/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_noe.py?rev=11962&r1=11961&r2=11962&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_noe.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_noe.py Mon Dec 27 10:39:47 2010
@@ -126,7 +126,7 @@
         """
 
         # The title.
-        label = wx.StaticText(self.parent, -1, "Set-up for steady-state NOE 
analysis:")
+        label = wx.StaticText(self.parent, -1, "Setup for steady-state NOE 
analysis")
 
         # The font properties.
         label.SetFont(wx.Font(16, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, 
"Sans"))

Modified: branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py?rev=11962&r1=11961&r2=11962&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py Mon Dec 27 10:39:47 
2010
@@ -122,7 +122,7 @@
         """
 
         # The title.
-        label = wx.StaticText(self.parent, -1, "Set-up for %s relaxation 
analysis:" % self.label)
+        label = wx.StaticText(self.parent, -1, "Setup for %s relaxation 
analysis" % self.label)
 
         # The font properties.
         label.SetFont(wx.Font(16, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, 
"Sans"))




Related Messages


Powered by MHonArc, Updated Mon Dec 27 11:40:02 2010