Revision 5473 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/commands/RemoveFFrameCommand.java

View differences:

RemoveFFrameCommand.java
47 47

  
48 48
import java.io.IOException;
49 49

  
50
import com.iver.andami.PluginServices;
50 51
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
51 52
import com.iver.cit.gvsig.fmap.edition.commands.AbstractCommand;
52 53

  
......
78 79
	}
79 80

  
80 81
	public String getType() {
81
		return "Remove FFrame";
82
		return PluginServices.getText(this,"borrar");
82 83
	}
83 84

  
84 85
}

Also available in: Unified diff