Revision 8250

View differences:

trunk/extensions/extGeoreferencing/src/org/gvsig/georeferencing/gui/selectPoints/DataPointPanel.java
300 300
	public JCheckBox getCbActive() {
301 301
		if (cbActive == null) {
302 302
			cbActive = new JCheckBox();
303
			cbActive.setText("activo");
303
			cbActive.setText(PluginServices.getText(this,"activo"));
304 304
			cbActive.setSelected(true);
305 305
		}
306 306
		return cbActive;

Also available in: Unified diff