Project

General

Profile

« Previous | Next » 

Revision 22f28ff0

Added by Andreas Müller almost 5 years ago

change label for ID Namespace

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/SupplementalDataSourcePreferences.java
84 84
            });
85 85
        }
86 86

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

  
90 90
        showIDNamespaceButton.addSelectionListener(this);

Also available in: Unified diff