[Cluster-devel] conga/luci/site/luci/Extensions homebase_adapt ...

jparsons at sourceware.org jparsons at sourceware.org
Thu Jul 27 13:37:01 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-07-27 13:37:01

Modified files:
	luci/site/luci/Extensions: homebase_adapters.py 

Log message:
	Changed title for remove storage system to remove a system

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&r1=1.18&r2=1.19

--- conga/luci/site/luci/Extensions/homebase_adapters.py	2006/07/26 19:50:40	1.18
+++ conga/luci/site/luci/Extensions/homebase_adapters.py	2006/07/27 13:37:01	1.19
@@ -727,9 +727,9 @@
 	try:
 		if (havePermRemStorage(self) and havePermRemCluster(self) and (getStorage(self) or getClusters(self))):
 			remSystem = {}
-			remSystem['Title'] = 'Remove a Storage System'
+			remSystem['Title'] = 'Remove a Managed System'
 			remSystem['absolute_url'] = url + '?pagetype=' + HOMEBASE_DEL_SYSTEM
-			remSystem['Description'] = 'Remove a Storage System'
+			remSystem['Description'] = 'Remove a Managed System'
 			if pagetype == HOMEBASE_DEL_SYSTEM:
 				remSystem['currentItem'] = True
 				ret['curIndex'] = index




More information about the Cluster-devel mailing list