Revision 1763 branches/pilotoDWG/applications/appgvSIG/src/com/iver/cit/gvsig/gui/cad/tools/ScaleCadTool.java

View differences:

ScaleCadTool.java
66 66
 */
67 67
public class ScaleCadTool extends AbstractCadTool {
68 68
	private static Status[] STATUS = {
69
			new Status("Precise punto base"),
70
			new Status("Precise factor de escala[2]"),
69
			new Status("Precise punto base(x,y):"),
70
			new Status("Precise factor de escala(s)[2]:"),
71 71
		};
72 72
	private Escalar scaleStatus = new Escalar();
73 73
	private Point2D firstPoint;

Also available in: Unified diff