X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=layout.py;h=726ea9b90204d797eb5cfc458708683337b4f546;hp=eb1616e24c42827779079b2fb57c2449ac28d52d;hb=a6c0faa62f33e5e64ad7eab5b9d804be99c6759a;hpb=372c8e0f417eec05e526c019889ea11a4fabac49 diff --git a/layout.py b/layout.py index eb1616e..726ea9b 100644 --- a/layout.py +++ b/layout.py @@ -379,7 +379,7 @@ class OpenCHDS(): self.cluster_size = [] clusternames = {} for i in range(0, clnb) : - clusternames[i] = _(u'%i Cluster %i' % (i + 1, i + 1)).decode('utf8') + clusternames[i] = ' '.join(['%i' % i + 1, _(u'Cluster').decode('utf8'), '%i' % i + 1]) if os.path.exists(self.pathout['classes_names.txt']) : with codecs.open(self.pathout['classes_names.txt'], 'r', self.parent.syscoding) as f : clusternames_ = f.read()