mailr16834 - in /trunk/gui/components: scripts.py software.py


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

Header


Content

Posted by edward on June 11, 2012 - 09:30:
Author: bugman
Date: Mon Jun 11 09:30:51 2012
New Revision: 16834

URL: http://svn.gna.org/viewcvs/relax?rev=16834&view=rev
Log:
Removed the word 'used' from the software and scripts GUI list element titles.


Modified:
    trunk/gui/components/scripts.py
    trunk/gui/components/software.py

Modified: trunk/gui/components/scripts.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/components/scripts.py?rev=16834&r1=16833&r2=16834&view=diff
==============================================================================
--- trunk/gui/components/scripts.py (original)
+++ trunk/gui/components/scripts.py Mon Jun 11 09:30:51 2012
@@ -51,7 +51,7 @@
         """Override the base variables."""
 
         # GUI variables.
-        self.title = "Scripts used"
+        self.title = "Scripts"
         self.observer_base_name = "scripts"
         self.button_placement = 'bottom'
 

Modified: trunk/gui/components/software.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/components/software.py?rev=16834&r1=16833&r2=16834&view=diff
==============================================================================
--- trunk/gui/components/software.py (original)
+++ trunk/gui/components/software.py Mon Jun 11 09:30:51 2012
@@ -62,7 +62,7 @@
         """Override the base variables."""
 
         # GUI variables.
-        self.title = "Software used"
+        self.title = "Software"
         self.observer_base_name = "software"
         self.button_placement = 'bottom'
 




Related Messages


Powered by MHonArc, Updated Mon Jun 11 09:40:01 2012