Project

General

Profile

« Previous | Next » 

Revision abfc6b6e

Added by Andreas Müller over 5 years ago

ref #7063 change labels for dialog help

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/wizard/AvailableDistributionPage.java
60 60

  
61 61
    }
62 62

  
63
    /*
64
     * (non-Javadoc)
65
     *
66
     * @see
67
     * org.eclipse.jface.dialogs.IDialogPage#createControl(org.eclipse.swt.widgets
68
     * .Composite)
69
     */
70 63
    /** {@inheritDoc} */
71 64
    @Override
72 65
    public void createControl(Composite parent) {
......
75 68
        String checkedValues = preferenceStore.getString(PreferencesUtil.DISTRIBUTION_AREA_OCCURENCE_STATUS);
76 69
        String grayedValues = preferenceStore.getString(PreferencesUtil.DISTRIBUTION_AREA_OCCURENCE_STATUS_GRAYED);
77 70
        setTitle("Select areas for Distribution Editor");
78
        setDescription("In order to be able to modify and see the distribution status of taxa,\n"
79
                + "you have to select the areas which you like to see.");
71
        setDescription("In order to see and modify distribution status of taxa\n"
72
                + "you have to select the areas which you like to see/modify.");
80 73
        Composite composite = new Composite(parent, SWT.NULL);
81 74
        composite.setLayout(new GridLayout());
82 75
        setViewer(new CheckboxTreeViewer(composite, SWT.NULL));

Also available in: Unified diff