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

jparsons at sourceware.org jparsons at sourceware.org
Wed Oct 4 13:25:49 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-10-04 13:25:48

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

Log message:
	minor relabelling

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

--- conga/luci/site/luci/Extensions/homebase_adapters.py	2006/09/25 22:59:15	1.21
+++ conga/luci/site/luci/Extensions/homebase_adapters.py	2006/10/04 13:25:48	1.22
@@ -656,9 +656,9 @@
 			raise
 		if havePermAddCluster(self):
 			addCluster = {}
-			addCluster['Title'] = 'Add a Cluster'
+			addCluster['Title'] = 'Add an Existing Cluster'
 			addCluster['absolute_url'] = url + '?pagetype=' + HOMEBASE_ADD_CLUSTER_INITIAL
-			addCluster['Description'] = 'Add a cluster to the Luci cluster management interface.'
+			addCluster['Description'] = 'Add an existing cluster to the Luci cluster management interface.'
 			if pagetype == HOMEBASE_ADD_CLUSTER_INITIAL:
 				addCluster['currentItem'] = True
 				ret['curIndex'] = index




More information about the Cluster-devel mailing list