Project

General

Profile

« Previous | Next » 

Revision 694478ab

Added by Katja Luther about 4 years ago

ref #8562: ui issues in preferences

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/CommonNameVocabularyPreferencePage.java
10 10

  
11 11
import eu.etaxonomy.cdm.model.metadata.PreferencePredicate;
12 12
import eu.etaxonomy.cdm.model.term.TermType;
13
import eu.etaxonomy.taxeditor.l10n.Messages;
13 14
import eu.etaxonomy.taxeditor.preference.wizard.GeneralVocabularyPreferencePage;
14 15

  
15 16
/**
......
23 24
    public CommonNameVocabularyPreferencePage(){
24 25
        isAdminPreference = false;
25 26
        setPredicate(PreferencePredicate.CommonNameAreaVocabularies);
27
        setDescription(Messages.CommonNameVocabularyPreferencePage_description);
26 28
        type = TermType.NamedArea;
27 29

  
28 30
    }

Also available in: Unified diff