From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 4 Oct 2006 13:25:49 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions homebase_adapt ... Message-ID: <20061004132549.3519.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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