[rhmessaging-commits] rhmessaging commits: r4198 - mgmt/newdata/cumin/python/cumin/account.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Aug 11 08:57:40 EDT 2010


Author: eallen
Date: 2010-08-11 08:57:39 -0400 (Wed, 11 Aug 2010)
New Revision: 4198

Modified:
   mgmt/newdata/cumin/python/cumin/account/widgets.py
Log:
Lower casing password in "Change password" to be consistent with other task links.

Modified: mgmt/newdata/cumin/python/cumin/account/widgets.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/account/widgets.py	2010-08-11 12:50:27 UTC (rev 4197)
+++ mgmt/newdata/cumin/python/cumin/account/widgets.py	2010-08-11 12:57:39 UTC (rev 4198)
@@ -57,7 +57,7 @@
             return nsession.marshal()
 
         def render_content(self, sessino):
-            return "Change Password"
+            return "Change password"
 
 class LoginPage(HtmlPage):
     def __init__(self, app, name):



More information about the rhmessaging-commits mailing list