double minY = Math.min(fromLocation.getY(), endLocation.getY());
double maxY = Math.max(fromLocation.getY(), endLocation.getY());
textArea.append(String.format(
- "Zone coordinates:\t%s, %s\t\tZone clean command: app_zone_clean[[ %.0f,%.0f,%.0f,%.0f,1 ]]\r\n",
+ "Zone coordinates:\t%s, %s\t\tZone clean command: app_zoned_clean[[ %.0f,%.0f,%.0f,%.0f,1 ]]\r\n",
endLocation, fromLocation, minX, minY, maxX, maxY));
} else {
final MapPoint pointLocation = MapCoordstoRoboCoords(localCoordtoMapCoords(e.getPoint()));