Merge branch 'release/4.3.0'
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / preference / wizard / AvailableDistributionPage.java
index 32eebc47550c176b3b959da647daa1ef99cb61d8..10ac9e270fe8f0c21f92ae2f32f3a8eb2d314d30 100644 (file)
@@ -79,7 +79,7 @@ public class AvailableDistributionPage extends WizardPage implements ICdmEntityS
         IPreferenceStore preferenceStore = PreferencesUtil.getPreferenceStore();
         String checkedValues = preferenceStore.getString(PreferencesUtil.DISTRIBUTION_AREA_OCCURENCE_STATUS);
         String grayedValues = preferenceStore.getString(PreferencesUtil.DISTRIBUTION_AREA_OCCURENCE_STATUS_GRAYED);
-        setTitle("Select areas for ChecklistEditor");
+        setTitle("Select areas for Distribution Editor");
         setDescription("In order to be able to modify and see the distribution status of taxa,\n"
                 + "you have to select the areas which you like to see.");
         Composite composite = new Composite(parent, SWT.NULL);