Project

General

Profile

« Previous | Next » 

Revision 7ec03c92

Added by Patrick Plitzner over 4 years ago

ref #8294 i18n

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/SupplementalDataSourcePreferences.java
61 61
        separator.setLayoutData(gridData);
62 62
        separator.setVisible(false);
63 63

  
64
        showIDSourceButton = createBooleanCombo(composite, SHOW, DO_NOT_SHOW, PreferencePredicate.ShowIdInSource, "Show ID in Source",
64
        showIDSourceButton = createBooleanCombo(composite, SHOW, DO_NOT_SHOW, PreferencePredicate.ShowIdInSource, Messages.SupplementalDataSourcePreferences_SHOW_ID,
65 65
                isAdminPreference);
66 66
        showIDSourceButton.addSelectionListener(this);
67 67
        if (isShowIDSource == null || (!isOverrideShowIDSource && !isAdminPreference)){
......
84 84
            });
85 85
        }
86 86

  
87
        showIDNamespaceButton = createBooleanCombo(composite, SHOW, DO_NOT_SHOW, PreferencePredicate.ShowNamespaceInSource, "Show ID Namespace",
87
        showIDNamespaceButton = createBooleanCombo(composite, SHOW, DO_NOT_SHOW, PreferencePredicate.ShowNamespaceInSource, Messages.SupplementalDataSourcePreferences_SHOW_NAMESPACE,
88 88
                isAdminPreference);
89 89

  
90 90
        showIDNamespaceButton.addSelectionListener(this);

Also available in: Unified diff