Project

General

Profile

« Previous | Next » 

Revision 87abc2b1

Added by Patrick Plitzner about 6 years ago

ref #7095, #7086 i18n

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/SpecimenSelectionDialog.java
37 37
import eu.etaxonomy.cdm.filter.TaxonNodeFilter;
38 38
import eu.etaxonomy.cdm.model.occurrence.SpecimenOrObservationBase;
39 39
import eu.etaxonomy.cdm.model.taxon.Taxon;
40
import eu.etaxonomy.taxeditor.editor.l10n.Messages;
40 41
import eu.etaxonomy.taxeditor.model.ImageResources;
41 42
import eu.etaxonomy.taxeditor.store.CdmStore;
42 43

  
......
65 66
        composite.setLayout(new GridLayout());
66 67

  
67 68
        Button btnRefreshButton = new Button(composite, SWT.NONE);
68
        btnRefreshButton.setToolTipText("Refresh");
69
        btnRefreshButton.setToolTipText(Messages.SpecimenSelectionDialog_REFRESH);
69 70
        btnRefreshButton.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
70 71
        btnRefreshButton.setImage(ImageResources.getImage(ImageResources.REFRESH));
71 72
        btnRefreshButton.addSelectionListener(new SelectionAdapter() {
......
114 115
    @Override
115 116
    protected void configureShell(Shell newShell) {
116 117
        super.configureShell(newShell);
117
        newShell.setText("Select specimens");
118
        newShell.setText(Messages.SpecimenSelectionDialog_SELECT_SPECIMENS);
118 119
        newShell.setMinimumSize(500, 400);
119 120
    }
120 121

  

Also available in: Unified diff