Revision 639 org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.groupby/src/main/java/org/gvsig/geoprocess/algorithm/groupby/GroupByParametersPanel.java

View differences:

GroupByParametersPanel.java
162 162
				final OutputObjectsSet ooSet = m_Algorithm.getOutputObjects();
163 163
				final Output out = ooSet.getOutput(GroupByAlgorithm.RESULT);
164 164
				outputChannelSelectionPanel = new OutputChannelSelectionPanel(out, m_Algorithm.getParameters());
165
				outputPanel.add(new JLabel("GroupBy [Vectorial]                        "), BorderLayout.WEST);
165
				outputPanel.add(new JLabel(GeoProcessLocator.getGeoProcessManager().getTranslation("GroupBy") +
166
						" [" + GeoProcessLocator.getGeoProcessManager().getTranslation("Vectorial") + "]                       "),
167
						BorderLayout.WEST);
166 168
				outputPanel.add(outputChannelSelectionPanel, BorderLayout.CENTER);
167 169
			} catch (final Exception e) {
168 170
				Sextante.addErrorToLog(e);

Also available in: Unified diff