Project

General

Profile

« Previous | Next » 

Revision ff9da83e

Added by Andreas Müller over 7 years ago

Minor language correction

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/handler/OpenChecklistEditorHandler.java
35 35
		if (PreferencesUtil.getPreferenceStore().getBoolean(IPreferenceKeys.DISTRIBUTION_AREA_PREFRENCES_ACTIVE)) {
36 36
			if (StringUtils.isBlank(PreferencesUtil.getPreferenceStore().getString(IPreferenceKeys.DISTRIBUTION_AREA_OCCURENCE_STATUS) )){
37 37
				MessagingUtils.informationDialog("No Areas to display", "Please choose the areas you want to display. "
38
						+ "Therefore go to the preferences, choose the Checklist Editor and choose the areas in the Distribution Selection Wizard.");
38
						+ "For this go to the preferences, choose the Checklist Editor and choose the areas in the Distribution Selection Wizard.");
39 39
				this.dispose();
40 40
				return;
41 41
			}

Also available in: Unified diff