mailr15701 - /1.3/gui/wizard.py


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

Header


Content

Posted by edward on April 12, 2012 - 15:57:
Author: bugman
Date: Thu Apr 12 15:57:04 2012
New Revision: 15701

URL: http://svn.gna.org/viewcvs/relax?rev=15701&view=rev
Log:
Fix for the text on the 'finish' button of the GUI wizard.

This was accidentally changed to 'apply' at r15427 when it should say 
'finish'.


Modified:
    1.3/gui/wizard.py

Modified: 1.3/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/wizard.py?rev=15701&r1=15700&r2=15701&view=diff
==============================================================================
--- 1.3/gui/wizard.py (original)
+++ 1.3/gui/wizard.py Thu Apr 12 15:57:04 2012
@@ -1039,7 +1039,7 @@
     TEXT_APPLY = " Apply"
     TEXT_BACK = " Back"
     TEXT_CANCEL = " Cancel"
-    TEXT_FINISH = " Apply"
+    TEXT_FINISH = " Finish"
     TEXT_NEXT = " Next"
     TEXT_OK = " OK"
     TEXT_SKIP = " Skip"




Related Messages


Powered by MHonArc, Updated Fri Apr 13 10:00:01 2012