Revision 11441 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/histogram/HistogramProcess.java

View differences:

HistogramProcess.java
101 101
	 * @see org.gvsig.gui.beans.IncrementableTask.IIncrementable#getLog()
102 102
	 */
103 103
	public String getLog() {
104
		return PluginServices.getText(this, "calculando_histograma") + "...";
104
		if (iHistogramable.getPercent() == 0) {
105
			return PluginServices.getText(this, "calculando_estadisticas") + "...\n";
106
		}
107
		return PluginServices.getText(this, "estadisticas_calculadas") + "\n" + PluginServices.getText(this, "calculando_histograma") + "...\n";
105 108
	}
106 109

  
107 110
	/*

Also available in: Unified diff