ref #7063 change labels for dialog help
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / preference / wizard / AvailableDistributionPage.java
index e80288757410b0086dfbb326282cd300cfdbf9e0..1065b6c5413d4b55d8eca3607651475f209487a3 100755 (executable)
@@ -60,13 +60,6 @@ public class AvailableDistributionPage extends AbstractTermSelectionWizardPage i
 
     }
 
-    /*
-     * (non-Javadoc)
-     *
-     * @see
-     * org.eclipse.jface.dialogs.IDialogPage#createControl(org.eclipse.swt.widgets
-     * .Composite)
-     */
     /** {@inheritDoc} */
     @Override
     public void createControl(Composite parent) {
@@ -75,8 +68,8 @@ public class AvailableDistributionPage extends AbstractTermSelectionWizardPage i
         String checkedValues = preferenceStore.getString(PreferencesUtil.DISTRIBUTION_AREA_OCCURENCE_STATUS);
         String grayedValues = preferenceStore.getString(PreferencesUtil.DISTRIBUTION_AREA_OCCURENCE_STATUS_GRAYED);
         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.");
+        setDescription("In order to see and modify distribution status of taxa\n"
+                + "you have to select the areas which you like to see/modify.");
         Composite composite = new Composite(parent, SWT.NULL);
         composite.setLayout(new GridLayout());
         setViewer(new CheckboxTreeViewer(composite, SWT.NULL));