smaller changes for specimen import and others
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / dialog / deleteConfigurator / DeleteTaxonBaseConfiguratorComposite.java
index c2efefbb14b18314f1dffb9cb4e66f29a4cf6a24..675ed5a004fc672d277ceba74e2c7ee05b8aa997 100644 (file)
@@ -83,7 +83,7 @@ public class DeleteTaxonBaseConfiguratorComposite extends Composite implements S
         setBackground(getBackground());
 
         btnDeleteTaxonName = new Button(this, SWT.CHECK);
-        btnDeleteTaxonName.setText("Delete taxon name if possible");
+        btnDeleteTaxonName.setText("Delete name if possible");
         btnDeleteTaxonName.setSelection(true);
         btnDeleteTaxonName.addListener(SWT.Selection, new Listener() {
                @Override