Project

General

Profile

« Previous | Next » 

Revision e29e2ebd

Added by Katja Luther over 7 years ago

smaller changes for specimen import and others

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/ChecklistEditorGeneralPreference.java
47 47
        composite.setLayout(new GridLayout());
48 48
        isEditorActivated = PreferencesUtil.getPreferenceStore().getBoolean(IPreferenceKeys.DISTRIBUTION_AREA_PREFRENCES_ACTIVE);
49 49
        final Button activateCheckButton = new Button(composite, SWT.CHECK);
50
        activateCheckButton.setText("Enable Checklist Editor");
50
        activateCheckButton.setText("Enable Distribution Editor");
51 51
        activateCheckButton.setSelection(isEditorActivated);
52 52
        activateCheckButton.addSelectionListener(new SelectionAdapter(){
53 53
            @Override
......
69 69
        child.setLayout(new GridLayout());
70 70
        child.setVisible(isEditorActivated);
71 71
        final CLabel label = new CLabel(child, SWT.NULL);
72
        label.setText("Please open the wizard below, in order to \n" + "choose the areas for the Checklist Editor");
72
        label.setText("Please open the wizard below, in order to \n" + "choose the areas for the Distribution Editor");
73 73
        final CommandHandlerButton button_openFeatureTree = new CommandHandlerButton(child, SWT.PUSH,
74 74
                "eu.etaxonomy.taxeditor.store.open.OpenDistributionEditorWizardHandler");
75 75

  
......
88 88
        PreferencesUtil.recursiveSetEnabled(button_openFeatureTree, CdmStore.isActive());
89 89
        boolean isShowRank = PreferencesUtil.isShowRankInChecklistEditor();
90 90
        final Button activateRankButton = new Button(child, SWT.CHECK);
91
        activateRankButton.setText("Show Rank in Checklist Editor");
91
        activateRankButton.setText("Show Rank in Distribution Editor");
92 92
        activateRankButton.setSelection(isShowRank);
93 93
        activateRankButton.addSelectionListener(new SelectionAdapter(){
94 94
            @Override

Also available in: Unified diff