Project

General

Profile

« Previous | Next » 

Revision 0c7f7de7

Added by Patrick Plitzner over 5 years ago

ref #4611 i18n for admin preferences

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/databaseAdmin/preferencePage/DistributionAdminPreferences.java
51 51
        label.setText(Messages.ChecklistEditorGeneralPreference_open_wizard);
52 52

  
53 53
        final CommandHandlerButton button_openWizard = new CommandHandlerButton(composite, SWT.PUSH,
54
                "eu.etaxonomy.taxeditor.store.open.OpenDistributionEditorWizardAdminHandler");
54
                "eu.etaxonomy.taxeditor.store.open.OpenDistributionEditorWizardAdminHandler"); //$NON-NLS-1$
55 55

  
56 56
        button_openWizard.setText(Messages.ChecklistEditorGeneralPreference_open_distribution_selection);
57 57
        final Button allowOverrideAreasCheckButton = new Button(composite, SWT.CHECK);
......
71 71
        allowOverrideStatus = prefStatus != null?prefStatus.isAllowOverride():true;
72 72

  
73 73
        final CLabel labelStatus = new CLabel(composite, SWT.NULL);
74
        labelStatus.setText("Select the status which should be available for distribution data.");
74
        labelStatus.setText(Messages.DistributionAdminPreferences_SELECT_STATUS);
75 75

  
76 76
        final CommandHandlerButton button_openStatusWizard = new CommandHandlerButton(composite, SWT.PUSH,
77
                "eu.etaxonomy.taxeditor.store.open.OpenDistributionStatusWizardAdminHandler");
77
                "eu.etaxonomy.taxeditor.store.open.OpenDistributionStatusWizardAdminHandler"); //$NON-NLS-1$
78 78

  
79 79
        button_openStatusWizard.setText(Messages.Distribution_status_selection);
80 80
        final Button allowOverrideStatusCheckButton = new Button(composite, SWT.CHECK);

Also available in: Unified diff