ref #7854: label of default source
authorKatja Luther <k.luther@bgbm.org>
Wed, 6 Feb 2019 08:55:17 +0000 (09:55 +0100)
committerKatja Luther <k.luther@bgbm.org>
Wed, 6 Feb 2019 08:55:17 +0000 (09:55 +0100)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/DistributionEditor.java

index e2990e2d237b97551d334b249d78ff088268874e..8d563ffd81fb2a944c29eef6fa8183d440d8d573 100755 (executable)
@@ -249,7 +249,7 @@ public class DistributionEditor extends Composite {
         statusLabelSourceReference.setLayoutData(gridData);
 
         if (defaultSource != null){
-            statusLabelSourceReference.setText("Default Source Reference: " + defaultSource.getAbbrevTitle() != null? defaultSource.getAbbrevTitle() : defaultSource.getAbbrevTitleCache());
+            statusLabelSourceReference.setText("Default Source: " + defaultSource.getAbbrevTitle() != null? defaultSource.getAbbrevTitle() : defaultSource.getAbbrevTitleCache());
 
         }
     }