Project

General

Profile

« Previous | Next » 

Revision 473f7b01

Added by Katja Luther over 5 years ago

ref #7163: externalize strings in preferences

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/preference/BulkEditorGeneralPreferencePage.java
11 11

  
12 12
import org.eclipse.jface.preference.BooleanFieldEditor;
13 13

  
14
import eu.etaxonomy.taxeditor.l10n.Messages;
14 15
import eu.etaxonomy.taxeditor.preference.IPreferenceKeys;
15 16
import eu.etaxonomy.taxeditor.preference.PreferencesUtil;
16 17
import eu.etaxonomy.taxeditor.preference.menu.FieldEditorPreferencePageE4;
......
25 26
    @Override
26 27
    protected void createFieldEditors() {
27 28
        addField(new BooleanFieldEditor(PreferencesUtil.createPreferenceString(IPreferenceKeys.BULK_EDITOR_OCCURRENCE_SHOW_FIELD_UNITS),
28
                "Show Field Units in Specimen Editor (list).",
29
                Messages.BulkEditorGeneralPreferencePage,
29 30
                getFieldEditorParent()));
30 31
    }
31 32

  

Also available in: Unified diff