Project

General

Profile

« Previous | Next » 

Revision ec8e146e

Added by Patrick Plitzner over 8 years ago

Remove colon from EntitySelectionElement label #5265

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/selection/EntitySelectionElement.java
136 136
		this.isDeletable = (mode & DELETABLE) == DELETABLE;
137 137
		boolean isSelectable = (mode & SELECTABLE) == SELECTABLE;
138 138

  
139
		this.labelString = (labelString == null || labelString.equals("")) ? "" : labelString + " : ";
139
		this.labelString = (labelString == null || labelString.equals("")) ? "" : labelString;
140 140

  
141 141
		this.conversation = conversation;
142 142

  

Also available in: Unified diff