Project

General

Profile

« Previous | Next » 

Revision eb567e6e

Added by Patrick Plitzner about 7 years ago

ref #4611 l10n for DeleteConfiguration in taxeditor.store plugin

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/ConfiguratorComposite.java
19 19
import org.eclipse.ui.forms.widgets.FormToolkit;
20 20
import org.eclipse.ui.forms.widgets.Section;
21 21

  
22
import eu.etaxonomy.taxeditor.l10n.Messages;
23

  
22 24
/**
23 25
 * @author pplitzner
24 26
 * @date Feb 16, 2015
......
49 51
        sctnConfigure.addExpansionListener(this);
50 52
        sctnConfigure.setBackground(getBackground());
51 53
        toolkit.paintBordersFor(sctnConfigure);
52
        sctnConfigure.setText("Configure");
54
        sctnConfigure.setText(Messages.ConfiguratorComposite_CONFIGURE);
53 55

  
54 56

  
55 57
    }

Also available in: Unified diff