|
@@ -3627,7 +3627,7 @@ void lcd_bed_calibration_show_result(BedSkewOffsetDetectionResultType result, ui
|
|
|
msg = _i("XYZ calibration failed. Front calibration points not reachable.");
|
|
|
else if ((point_too_far_mask & 1) == 0)
|
|
|
|
|
|
- msg = _i("XYZ calibration failed. Right front calibration point not reachable.");
|
|
|
+ msg = _i("XYZ calibration failed. Right front calibration point not reachable.");
|
|
|
else
|
|
|
|
|
|
msg = _i("XYZ calibration failed. Left front calibration point not reachable.");
|