Author: bugman
Date: Tue May  8 16:49:34 2012
New Revision: 16107

URL: http://svn.gna.org/viewcvs/relax?rev=16107&view=rev
Log:
Fix for the short title of the align_tensor.reduction user function.


Modified:
    branches/uf_redesign/user_functions/align_tensor.py

Modified: branches/uf_redesign/user_functions/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/align_tensor.py?rev=16107&r1=16106&r2=16107&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/align_tensor.py (original)
+++ branches/uf_redesign/user_functions/align_tensor.py Tue May  8 16:49:34 2012
@@ -315,7 +315,7 @@
 # The align_tensor.reduction user function.
 uf = uf_info.add_uf('align_tensor.reduction')
 uf.title = "Specify that one tensor is a reduction of another."
-uf.title = "Specify tensor reductions."
+uf.title_short = "Specify tensor reductions."
 uf.add_keyarg(
         name = "full_tensor",
         py_type = "str",


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to