Revision 96 1.10/trunk/extensions/ext3Dgui/src/org/gvsig/gvsig3dgui/import3D/ControlImport3D.java

View differences:

ControlImport3D.java
166 166
			panelPosition.setLayout(new BorderLayout(5, 5));
167 167
			
168 168
			borderPanelPosition = new TitledBorder(PluginServices.getText(
169
					this, "Opciones de objeto"));
169
					this, "Opciones_de_objeto"));
170 170
			panelPosition.setBorder(this.borderPanelPosition);
171 171
			
172 172
			labelInfo = new JLabel(PluginServices.getText(this, "input_object_info"), JLabel.LEFT);
......
187 187
					JLabel.RIGHT);
188 188
			
189 189
			textX = new DataInputField();
190
			labelX = new JLabel(PluginServices.getText(this, "Coordenada X:"),
190
			labelX = new JLabel(PluginServices.getText(this, "Coordinate_X"),
191 191
					JLabel.RIGHT);
192 192

  
193 193
			textY = new DataInputField();
194
			labelY = new JLabel(PluginServices.getText(this, "Coordenada Y:"),
194
			labelY = new JLabel(PluginServices.getText(this, "Coordinate_Y"),
195 195
					JLabel.RIGHT);
196 196

  
197 197
			textEscaladoX = new DataInputField();

Also available in: Unified diff