Overridable Options - Part 3 (PR#2555)

Apply `ENABLED` / `DISABLED` macros to language-related files.
This commit is contained in:
Scott Lahteine
2015-07-30 22:03:15 -07:00
committed by Richard Wackerbarth
parent abe9905ef8
commit 4b40964064
22 changed files with 50 additions and 50 deletions

View File

@ -126,7 +126,7 @@
#define MSG_END_HOUR "horas"
#define MSG_END_MINUTE "minutos"
#ifdef DELTA_CALIBRATION_MENU
#if ENABLED(DELTA_CALIBRATION_MENU)
#define MSG_DELTA_CALIBRATE "Delta Calibration"
#define MSG_DELTA_CALIBRATE_X "Calibrate X"
#define MSG_DELTA_CALIBRATE_Y "Calibrate Y"