Minor language correction
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 14 Sep 2016 13:42:46 +0000 (15:42 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 14 Sep 2016 13:42:46 +0000 (15:42 +0200)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/handler/OpenChecklistEditorHandler.java

index 145b81a1a24d89238d0749ac67fbd991a7cb60ef..44dadd8e9b9e8122486c3c291330d2be0c10677b 100644 (file)
@@ -35,7 +35,7 @@ public class OpenChecklistEditorHandler extends DefaultOpenHandlerBase<ITaxonTre
                if (PreferencesUtil.getPreferenceStore().getBoolean(IPreferenceKeys.DISTRIBUTION_AREA_PREFRENCES_ACTIVE)) {
                        if (StringUtils.isBlank(PreferencesUtil.getPreferenceStore().getString(IPreferenceKeys.DISTRIBUTION_AREA_OCCURENCE_STATUS) )){
                                MessagingUtils.informationDialog("No Areas to display", "Please choose the areas you want to display. "
-                                               + "Therefore go to the preferences, choose the Checklist Editor and choose the areas in the Distribution Selection Wizard.");
+                                               + "For this go to the preferences, choose the Checklist Editor and choose the areas in the Distribution Selection Wizard.");
                                this.dispose();
                                return;
                        }