Revision 639 org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.spatialjoin/src/main/java/org/gvsig/geoprocess/algorithm/spatialjoin/SpatialJoinParametersPanel.java

View differences:

SpatialJoinParametersPanel.java
139 139
				final OutputObjectsSet ooSet = m_Algorithm.getOutputObjects();
140 140
				final Output out = ooSet.getOutput(SpatialJoinAlgorithm.RESULT);
141 141
				outputChannelSelectionPanel = new OutputChannelSelectionPanel(out, m_Algorithm.getParameters());
142
				outputPanel.add(new JLabel("Join [Vectorial]                        "), BorderLayout.WEST);
142
				outputPanel.add(new JLabel(GeoProcessLocator.getGeoProcessManager().getTranslation("Spatialjoin") +
143
						" [" + GeoProcessLocator.getGeoProcessManager().getTranslation("Vectorial") +"]                        "), BorderLayout.WEST);
143 144
				outputPanel.add(outputChannelSelectionPanel, BorderLayout.CENTER);
144 145
			} catch (final Exception e) {
145 146
				Sextante.addErrorToLog(e);

Also available in: Unified diff