ref #8450 Display full statistical measure label
authorPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 17 Sep 2019 12:00:09 +0000 (14:00 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 17 Sep 2019 12:00:09 +0000 (14:00 +0200)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/quantitative/QuantitativeDataDialogComposite.java

index 044de0c5b78cfc33104aeac39a92960d3019f2ad..caaafbbcb56c47fdfd88512ef5d5b54e6eda514e 100644 (file)
@@ -94,7 +94,7 @@ public class QuantitativeDataDialogComposite extends Composite {
         composite_2.setLayout(gl_composite_2);
 
         Label lblNewLabel = new Label(composite_2, SWT.NONE);
-        lblNewLabel.setText(type.getLabel().substring(0, 3));
+        lblNewLabel.setText(type.getLabel());
 
         Text text = new Text(composite_2, SWT.BORDER);
         text.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));