Revision ec8e146e
Added by Patrick Plitzner almost 8 years ago
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
Remove colon from EntitySelectionElement label #5265