Browse Source

Use title case for menu items (#14806)

Robby Candra 4 years ago
parent
commit
96a1c6540e
1 changed files with 109 additions and 109 deletions
  1. 109
    109
      Marlin/src/lcd/language/language_en.h

+ 109
- 109
Marlin/src/lcd/language/language_en.h View File

@@ -62,13 +62,13 @@
62 62
   #define MSG_BACK                            _UxGT("Back")
63 63
 #endif
64 64
 #ifndef MSG_SD_INSERTED
65
-  #define MSG_SD_INSERTED                     _UxGT("Card inserted")
65
+  #define MSG_SD_INSERTED                     _UxGT("Card Inserted")
66 66
 #endif
67 67
 #ifndef MSG_SD_REMOVED
68
-  #define MSG_SD_REMOVED                      _UxGT("Card removed")
68
+  #define MSG_SD_REMOVED                      _UxGT("Card Removed")
69 69
 #endif
70 70
 #ifndef MSG_SD_RELEASED
71
-  #define MSG_SD_RELEASED                     _UxGT("Card released")
71
+  #define MSG_SD_RELEASED                     _UxGT("Card Released")
72 72
 #endif
73 73
 #ifndef MSG_LCD_ENDSTOPS
74 74
   #define MSG_LCD_ENDSTOPS                    _UxGT("Endstops") // Max length 8 characters
@@ -89,7 +89,7 @@
89 89
   #define MSG_AUTOSTART                       _UxGT("Autostart")
90 90
 #endif
91 91
 #ifndef MSG_DISABLE_STEPPERS
92
-  #define MSG_DISABLE_STEPPERS                _UxGT("Disable steppers")
92
+  #define MSG_DISABLE_STEPPERS                _UxGT("Disable Steppers")
93 93
 #endif
94 94
 #ifndef MSG_DEBUG_MENU
95 95
   #define MSG_DEBUG_MENU                      _UxGT("Debug Menu")
@@ -98,7 +98,7 @@
98 98
   #define MSG_PROGRESS_BAR_TEST               _UxGT("Progress Bar Test")
99 99
 #endif
100 100
 #ifndef MSG_AUTO_HOME
101
-  #define MSG_AUTO_HOME                       _UxGT("Auto home")
101
+  #define MSG_AUTO_HOME                       _UxGT("Auto Home")
102 102
 #endif
103 103
 #ifndef MSG_AUTO_HOME_X
104 104
   #define MSG_AUTO_HOME_X                     _UxGT("Home X")
@@ -128,13 +128,13 @@
128 128
   #define MSG_Z_FADE_HEIGHT                   _UxGT("Fade Height")
129 129
 #endif
130 130
 #ifndef MSG_SET_HOME_OFFSETS
131
-  #define MSG_SET_HOME_OFFSETS                _UxGT("Set home offsets")
131
+  #define MSG_SET_HOME_OFFSETS                _UxGT("Set Home Offsets")
132 132
 #endif
133 133
 #ifndef MSG_HOME_OFFSETS_APPLIED
134
-  #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Offsets applied")
134
+  #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Offsets Applied")
135 135
 #endif
136 136
 #ifndef MSG_SET_ORIGIN
137
-  #define MSG_SET_ORIGIN                      _UxGT("Set origin")
137
+  #define MSG_SET_ORIGIN                      _UxGT("Set Origin")
138 138
 #endif
139 139
 #ifndef MSG_PREHEAT_1
140 140
   #define MSG_PREHEAT_1                       _UxGT("Preheat " PREHEAT_1_LABEL)
@@ -152,7 +152,7 @@
152 152
   #define MSG_PREHEAT_1_BEDONLY               MSG_PREHEAT_1 _UxGT(" Bed")
153 153
 #endif
154 154
 #ifndef MSG_PREHEAT_1_SETTINGS
155
-  #define MSG_PREHEAT_1_SETTINGS              MSG_PREHEAT_1 _UxGT(" conf")
155
+  #define MSG_PREHEAT_1_SETTINGS              MSG_PREHEAT_1 _UxGT(" Conf")
156 156
 #endif
157 157
 #ifndef MSG_PREHEAT_2
158 158
   #define MSG_PREHEAT_2                       _UxGT("Preheat " PREHEAT_2_LABEL)
@@ -170,7 +170,7 @@
170 170
   #define MSG_PREHEAT_2_BEDONLY               MSG_PREHEAT_2 _UxGT(" Bed")
171 171
 #endif
172 172
 #ifndef MSG_PREHEAT_2_SETTINGS
173
-  #define MSG_PREHEAT_2_SETTINGS              MSG_PREHEAT_2 _UxGT(" conf")
173
+  #define MSG_PREHEAT_2_SETTINGS              MSG_PREHEAT_2 _UxGT(" Conf")
174 174
 #endif
175 175
 #ifndef MSG_PREHEAT_CUSTOM
176 176
   #define MSG_PREHEAT_CUSTOM                  _UxGT("Preheat Custom")
@@ -188,7 +188,7 @@
188 188
   #define MSG_LASER_ON                        _UxGT("Laser On")
189 189
 #endif
190 190
 #ifndef MSG_LASER_POWER
191
-  #define MSG_LASER_POWER                     _UxGT("Laser power")
191
+  #define MSG_LASER_POWER                     _UxGT("Laser Power")
192 192
 #endif
193 193
 #ifndef MSG_SPINDLE_MENU
194 194
   #define MSG_SPINDLE_MENU                    _UxGT("Spindle Control")
@@ -200,16 +200,16 @@
200 200
   #define MSG_SPINDLE_ON                      _UxGT("Spindle On")
201 201
 #endif
202 202
 #ifndef MSG_SPINDLE_POWER
203
-  #define MSG_SPINDLE_POWER                   _UxGT("Spindle power")
203
+  #define MSG_SPINDLE_POWER                   _UxGT("Spindle Power")
204 204
 #endif
205 205
 #ifndef MSG_SPINDLE_REVERSE
206 206
   #define MSG_SPINDLE_REVERSE                 _UxGT("Spindle Reverse")
207 207
 #endif
208 208
 #ifndef MSG_SWITCH_PS_ON
209
-  #define MSG_SWITCH_PS_ON                    _UxGT("Switch power on")
209
+  #define MSG_SWITCH_PS_ON                    _UxGT("Switch Power On")
210 210
 #endif
211 211
 #ifndef MSG_SWITCH_PS_OFF
212
-  #define MSG_SWITCH_PS_OFF                   _UxGT("Switch power off")
212
+  #define MSG_SWITCH_PS_OFF                   _UxGT("Switch Power Off")
213 213
 #endif
214 214
 #ifndef MSG_EXTRUDE
215 215
   #define MSG_EXTRUDE                         _UxGT("Extrude")
@@ -218,25 +218,25 @@
218 218
   #define MSG_RETRACT                         _UxGT("Retract")
219 219
 #endif
220 220
 #ifndef MSG_MOVE_AXIS
221
-  #define MSG_MOVE_AXIS                       _UxGT("Move axis")
221
+  #define MSG_MOVE_AXIS                       _UxGT("Move Axis")
222 222
 #endif
223 223
 #ifndef MSG_BED_LEVELING
224 224
   #define MSG_BED_LEVELING                    _UxGT("Bed Leveling")
225 225
 #endif
226 226
 #ifndef MSG_LEVEL_BED
227
-  #define MSG_LEVEL_BED                       _UxGT("Level bed")
227
+  #define MSG_LEVEL_BED                       _UxGT("Level Bed")
228 228
 #endif
229 229
 #ifndef MSG_LEVEL_CORNERS
230
-  #define MSG_LEVEL_CORNERS                   _UxGT("Level corners")
230
+  #define MSG_LEVEL_CORNERS                   _UxGT("Level Corners")
231 231
 #endif
232 232
 #ifndef MSG_NEXT_CORNER
233
-  #define MSG_NEXT_CORNER                     _UxGT("Next corner")
233
+  #define MSG_NEXT_CORNER                     _UxGT("Next Corner")
234 234
 #endif
235 235
 #ifndef MSG_EDITING_STOPPED
236 236
   #define MSG_EDITING_STOPPED                 _UxGT("Mesh Editing Stopped")
237 237
 #endif
238 238
 #ifndef MSG_PROBING_MESH
239
-  #define MSG_PROBING_MESH                    _UxGT("Probing point")
239
+  #define MSG_PROBING_MESH                    _UxGT("Probing Point")
240 240
 #endif
241 241
 #ifndef MSG_MESH_X
242 242
   #define MSG_MESH_X                          _UxGT("Index X")
@@ -254,7 +254,7 @@
254 254
   #define MSG_UBL_DOING_G29                   _UxGT("Doing G29")
255 255
 #endif
256 256
 #ifndef MSG_UBL_UNHOMED
257
-  #define MSG_UBL_UNHOMED                     _UxGT("Home XYZ first")
257
+  #define MSG_UBL_UNHOMED                     _UxGT("Home XYZ First")
258 258
 #endif
259 259
 #ifndef MSG_UBL_TOOLS
260 260
   #define MSG_UBL_TOOLS                       _UxGT("UBL Tools")
@@ -263,7 +263,7 @@
263 263
   #define MSG_UBL_LEVEL_BED                   _UxGT("Unified Bed Leveling")
264 264
 #endif
265 265
 #ifndef MSG_LCD_TILTING_MESH
266
-  #define MSG_LCD_TILTING_MESH                _UxGT("Tilting point")
266
+  #define MSG_LCD_TILTING_MESH                _UxGT("Tilting Point")
267 267
 #endif
268 268
 #ifndef MSG_M48_TEST
269 269
   #define MSG_M48_TEST                        _UxGT("M48 Probe Test")
@@ -284,31 +284,31 @@
284 284
   #define MSG_IDEX_MODE_DUPLICATE             _UxGT("Duplication")
285 285
 #endif
286 286
 #ifndef MSG_IDEX_MODE_MIRRORED_COPY
287
-  #define MSG_IDEX_MODE_MIRRORED_COPY         _UxGT("Mirrored copy")
287
+  #define MSG_IDEX_MODE_MIRRORED_COPY         _UxGT("Mirrored Copy")
288 288
 #endif
289 289
 #ifndef MSG_IDEX_MODE_FULL_CTRL
290
-  #define MSG_IDEX_MODE_FULL_CTRL             _UxGT("Full control")
290
+  #define MSG_IDEX_MODE_FULL_CTRL             _UxGT("Full Control")
291 291
 #endif
292 292
 #ifndef MSG_X_OFFSET
293
-  #define MSG_X_OFFSET                        _UxGT("2nd nozzle X")
293
+  #define MSG_X_OFFSET                        _UxGT("2nd Nozzle X")
294 294
 #endif
295 295
 #ifndef MSG_Y_OFFSET
296
-  #define MSG_Y_OFFSET                        _UxGT("2nd nozzle Y")
296
+  #define MSG_Y_OFFSET                        _UxGT("2nd Nozzle Y")
297 297
 #endif
298 298
 #ifndef MSG_Z_OFFSET
299
-  #define MSG_Z_OFFSET                        _UxGT("2nd nozzle Z")
299
+  #define MSG_Z_OFFSET                        _UxGT("2nd nNozzle Z")
300 300
 #endif
301 301
 #ifndef MSG_UBL_MANUAL_MESH
302 302
   #define MSG_UBL_MANUAL_MESH                 _UxGT("Manually Build Mesh")
303 303
 #endif
304 304
 #ifndef MSG_UBL_BC_INSERT
305
-  #define MSG_UBL_BC_INSERT                   _UxGT("Place shim & measure")
305
+  #define MSG_UBL_BC_INSERT                   _UxGT("Place Shim & Measure")
306 306
 #endif
307 307
 #ifndef MSG_UBL_BC_INSERT2
308 308
   #define MSG_UBL_BC_INSERT2                  _UxGT("Measure")
309 309
 #endif
310 310
 #ifndef MSG_UBL_BC_REMOVE
311
-  #define MSG_UBL_BC_REMOVE                   _UxGT("Remove & measure bed")
311
+  #define MSG_UBL_BC_REMOVE                   _UxGT("Remove & Measure Bed")
312 312
 #endif
313 313
 #ifndef MSG_UBL_MOVING_TO_NEXT
314 314
   #define MSG_UBL_MOVING_TO_NEXT              _UxGT("Moving to next")
@@ -452,13 +452,13 @@
452 452
   #define MSG_UBL_SAVE_MESH                   _UxGT("Save Bed Mesh")
453 453
 #endif
454 454
 #ifndef MSG_MESH_LOADED
455
-  #define MSG_MESH_LOADED                     _UxGT("Mesh %i loaded")
455
+  #define MSG_MESH_LOADED                     _UxGT("Mesh %i Loaded")
456 456
 #endif
457 457
 #ifndef MSG_MESH_SAVED
458
-  #define MSG_MESH_SAVED                      _UxGT("Mesh %i saved")
458
+  #define MSG_MESH_SAVED                      _UxGT("Mesh %i Saved")
459 459
 #endif
460 460
 #ifndef MSG_NO_STORAGE
461
-  #define MSG_NO_STORAGE                      _UxGT("No storage")
461
+  #define MSG_NO_STORAGE                      _UxGT("No Storage")
462 462
 #endif
463 463
 #ifndef MSG_UBL_SAVE_ERROR
464 464
   #define MSG_UBL_SAVE_ERROR                  _UxGT("Err: UBL Save")
@@ -577,10 +577,10 @@
577 577
   #define MSG_CHAMBER                         _UxGT("Enclosure")
578 578
 #endif
579 579
 #ifndef MSG_FAN_SPEED
580
-  #define MSG_FAN_SPEED                       _UxGT("Fan speed")
580
+  #define MSG_FAN_SPEED                       _UxGT("Fan Speed")
581 581
 #endif
582 582
 #ifndef MSG_EXTRA_FAN_SPEED
583
-  #define MSG_EXTRA_FAN_SPEED                 _UxGT("Extra fan speed")
583
+  #define MSG_EXTRA_FAN_SPEED                 _UxGT("Extra Fan Speed")
584 584
 #endif
585 585
 #ifndef MSG_FLOW
586 586
   #define MSG_FLOW                            _UxGT("Flow")
@@ -629,27 +629,27 @@
629 629
 #endif
630 630
 #if IS_KINEMATIC
631 631
   #ifndef MSG_VA_JERK
632
-    #define MSG_VA_JERK                       _UxGT("Va-jerk")
632
+    #define MSG_VA_JERK                       _UxGT("Va-Jerk")
633 633
   #endif
634 634
   #ifndef MSG_VB_JERK
635
-    #define MSG_VB_JERK                       _UxGT("Vb-jerk")
635
+    #define MSG_VB_JERK                       _UxGT("Vb-Jerk")
636 636
   #endif
637 637
   #ifndef MSG_VC_JERK
638
-    #define MSG_VC_JERK                       _UxGT("Vc-jerk")
638
+    #define MSG_VC_JERK                       _UxGT("Vc-Jerk")
639 639
   #endif
640 640
 #else
641 641
   #ifndef MSG_VA_JERK
642
-    #define MSG_VA_JERK                       _UxGT("Vx-jerk")
642
+    #define MSG_VA_JERK                       _UxGT("Vx-Jerk")
643 643
   #endif
644 644
   #ifndef MSG_VB_JERK
645
-    #define MSG_VB_JERK                       _UxGT("Vy-jerk")
645
+    #define MSG_VB_JERK                       _UxGT("Vy-Jerk")
646 646
   #endif
647 647
   #ifndef MSG_VC_JERK
648
-    #define MSG_VC_JERK                       _UxGT("Vz-jerk")
648
+    #define MSG_VC_JERK                       _UxGT("Vz-Jerk")
649 649
   #endif
650 650
 #endif
651 651
 #ifndef MSG_VE_JERK
652
-  #define MSG_VE_JERK                         _UxGT("Ve-jerk")
652
+  #define MSG_VE_JERK                         _UxGT("Ve-Jerk")
653 653
 #endif
654 654
 #ifndef MSG_JUNCTION_DEVIATION
655 655
   #define MSG_JUNCTION_DEVIATION              _UxGT("Junction Dev")
@@ -664,7 +664,7 @@
664 664
   #define MSG_VMIN                            _UxGT("Vmin")
665 665
 #endif
666 666
 #ifndef MSG_VTRAV_MIN
667
-  #define MSG_VTRAV_MIN                       _UxGT("VTrav min")
667
+  #define MSG_VTRAV_MIN                       _UxGT("VTrav Min")
668 668
 #endif
669 669
 #ifndef MSG_ACCELERATION
670 670
   #define MSG_ACCELERATION                    _UxGT("Acceleration")
@@ -673,10 +673,10 @@
673 673
   #define MSG_AMAX                            _UxGT("Amax ")
674 674
 #endif
675 675
 #ifndef MSG_A_RETRACT
676
-  #define MSG_A_RETRACT                       _UxGT("A-retract")
676
+  #define MSG_A_RETRACT                       _UxGT("A-Retract")
677 677
 #endif
678 678
 #ifndef MSG_A_TRAVEL
679
-  #define MSG_A_TRAVEL                        _UxGT("A-travel")
679
+  #define MSG_A_TRAVEL                        _UxGT("A-Travel")
680 680
 #endif
681 681
 #ifndef MSG_STEPS_PER_MM
682 682
   #define MSG_STEPS_PER_MM                    _UxGT("Steps/mm")
@@ -748,13 +748,13 @@
748 748
   #define MSG_ADVANCE_K                       _UxGT("Advance K")
749 749
 #endif
750 750
 #ifndef MSG_CONTRAST
751
-  #define MSG_CONTRAST                        _UxGT("LCD contrast")
751
+  #define MSG_CONTRAST                        _UxGT("LCD Contrast")
752 752
 #endif
753 753
 #ifndef MSG_STORE_EEPROM
754
-  #define MSG_STORE_EEPROM                    _UxGT("Store settings")
754
+  #define MSG_STORE_EEPROM                    _UxGT("Store Settings")
755 755
 #endif
756 756
 #ifndef MSG_LOAD_EEPROM
757
-  #define MSG_LOAD_EEPROM                     _UxGT("Load settings")
757
+  #define MSG_LOAD_EEPROM                     _UxGT("Load Settings")
758 758
 #endif
759 759
 #ifndef MSG_RESTORE_FAILSAFE
760 760
   #define MSG_RESTORE_FAILSAFE                _UxGT("Restore failsafe")
@@ -772,7 +772,7 @@
772 772
   #define MSG_REFRESH                         _UxGT("Refresh")
773 773
 #endif
774 774
 #ifndef MSG_WATCH
775
-  #define MSG_WATCH                           _UxGT("Info screen")
775
+  #define MSG_WATCH                           _UxGT("Info Screen")
776 776
 #endif
777 777
 #ifndef MSG_PREPARE
778 778
   #define MSG_PREPARE                         _UxGT("Prepare")
@@ -781,7 +781,7 @@
781 781
   #define MSG_TUNE                            _UxGT("Tune")
782 782
 #endif
783 783
 #ifndef MSG_START_PRINT
784
-  #define MSG_START_PRINT                     _UxGT("Start print")
784
+  #define MSG_START_PRINT                     _UxGT("Start Print")
785 785
 #endif
786 786
 #ifndef MSG_BUTTON_NEXT
787 787
   #define MSG_BUTTON_NEXT                     _UxGT("Next")
@@ -805,13 +805,13 @@
805 805
   #define MSG_BUTTON_DONE                     _UxGT("Done")
806 806
 #endif
807 807
 #ifndef MSG_PAUSE_PRINT
808
-  #define MSG_PAUSE_PRINT                     _UxGT("Pause print")
808
+  #define MSG_PAUSE_PRINT                     _UxGT("Pause Print")
809 809
 #endif
810 810
 #ifndef MSG_RESUME_PRINT
811
-  #define MSG_RESUME_PRINT                    _UxGT("Resume print")
811
+  #define MSG_RESUME_PRINT                    _UxGT("Resume Print")
812 812
 #endif
813 813
 #ifndef MSG_STOP_PRINT
814
-  #define MSG_STOP_PRINT                      _UxGT("Stop print")
814
+  #define MSG_STOP_PRINT                      _UxGT("Stop Print")
815 815
 #endif
816 816
 #ifndef MSG_OUTAGE_RECOVERY
817 817
   #define MSG_OUTAGE_RECOVERY                 _UxGT("Outage Recovery")
@@ -820,25 +820,25 @@
820 820
   #define MSG_CARD_MENU                       _UxGT("Print from SD")
821 821
 #endif
822 822
 #ifndef MSG_NO_CARD
823
-  #define MSG_NO_CARD                         _UxGT("No SD card")
823
+  #define MSG_NO_CARD                         _UxGT("No SD Card")
824 824
 #endif
825 825
 #ifndef MSG_DWELL
826 826
   #define MSG_DWELL                           _UxGT("Sleep...")
827 827
 #endif
828 828
 #ifndef MSG_USERWAIT
829
-  #define MSG_USERWAIT                        _UxGT("Click to resume...")
829
+  #define MSG_USERWAIT                        _UxGT("Click to Resume...")
830 830
 #endif
831 831
 #ifndef MSG_PRINT_PAUSED
832
-  #define MSG_PRINT_PAUSED                    _UxGT("Print paused")
832
+  #define MSG_PRINT_PAUSED                    _UxGT("Print Paused")
833 833
 #endif
834 834
 #ifndef MSG_PRINTING
835 835
   #define MSG_PRINTING                        _UxGT("Printing...")
836 836
 #endif
837 837
 #ifndef MSG_PRINT_ABORTED
838
-  #define MSG_PRINT_ABORTED                   _UxGT("Print aborted")
838
+  #define MSG_PRINT_ABORTED                   _UxGT("Print Aborted")
839 839
 #endif
840 840
 #ifndef MSG_NO_MOVE
841
-  #define MSG_NO_MOVE                         _UxGT("No move.")
841
+  #define MSG_NO_MOVE                         _UxGT("No Move.")
842 842
 #endif
843 843
 #ifndef MSG_KILLED
844 844
   #define MSG_KILLED                          _UxGT("KILLED. ")
@@ -895,28 +895,28 @@
895 895
   #define MSG_NOZZLE_STANDBY                  _UxGT("Nozzle Standby")
896 896
 #endif
897 897
 #ifndef MSG_FILAMENTCHANGE
898
-  #define MSG_FILAMENTCHANGE                  _UxGT("Change filament")
898
+  #define MSG_FILAMENTCHANGE                  _UxGT("Change Filament")
899 899
 #endif
900 900
 #ifndef MSG_FILAMENTLOAD
901
-  #define MSG_FILAMENTLOAD                    _UxGT("Load filament")
901
+  #define MSG_FILAMENTLOAD                    _UxGT("Load Filament")
902 902
 #endif
903 903
 #ifndef MSG_FILAMENTUNLOAD
904
-  #define MSG_FILAMENTUNLOAD                  _UxGT("Unload filament")
904
+  #define MSG_FILAMENTUNLOAD                  _UxGT("Unload Filament")
905 905
 #endif
906 906
 #ifndef MSG_FILAMENTUNLOAD_ALL
907 907
   #define MSG_FILAMENTUNLOAD_ALL              _UxGT("Unload All")
908 908
 #endif
909 909
 #ifndef MSG_INIT_SDCARD
910
-  #define MSG_INIT_SDCARD                     _UxGT("Init. SD card")
910
+  #define MSG_INIT_SDCARD                     _UxGT("Init. SD Card")
911 911
 #endif
912 912
 #ifndef MSG_CHANGE_SDCARD
913
-  #define MSG_CHANGE_SDCARD                   _UxGT("Change SD card")
913
+  #define MSG_CHANGE_SDCARD                   _UxGT("Change SD Card")
914 914
 #endif
915 915
 #ifndef MSG_RELEASE_SDCARD
916
-  #define MSG_RELEASE_SDCARD                  _UxGT("Release SD card")
916
+  #define MSG_RELEASE_SDCARD                  _UxGT("Release SD Card")
917 917
 #endif
918 918
 #ifndef MSG_ZPROBE_OUT
919
-  #define MSG_ZPROBE_OUT                      _UxGT("Z Probe past bed")
919
+  #define MSG_ZPROBE_OUT                      _UxGT("Z Probe Past Bed")
920 920
 #endif
921 921
 #ifndef MSG_SKEW_FACTOR
922 922
   #define MSG_SKEW_FACTOR                     _UxGT("Skew Factor")
@@ -967,7 +967,7 @@
967 967
   #define MSG_TOUCHMI_INIT                    _UxGT("Init TouchMI")
968 968
 #endif
969 969
 #ifndef MSG_TOUCHMI_ZTEST
970
-  #define MSG_TOUCHMI_ZTEST                   _UxGT("Z offset Test")
970
+  #define MSG_TOUCHMI_ZTEST                   _UxGT("Z Offset Test")
971 971
 #endif
972 972
 #ifndef MSG_TOUCHMI_SAVE
973 973
   #define MSG_TOUCHMI_SAVE                    _UxGT("Save")
@@ -985,7 +985,7 @@
985 985
   #define MSG_HOME                            _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
986 986
 #endif
987 987
 #ifndef MSG_FIRST
988
-  #define MSG_FIRST                           _UxGT("first")
988
+  #define MSG_FIRST                           _UxGT("First")
989 989
 #endif
990 990
 #ifndef MSG_ZPROBE_ZOFFSET
991 991
   #define MSG_ZPROBE_ZOFFSET                  _UxGT("Probe Z Offset")
@@ -1003,16 +1003,16 @@
1003 1003
   #define MSG_BABYSTEP_TOTAL                  _UxGT("Total")
1004 1004
 #endif
1005 1005
 #ifndef MSG_ENDSTOP_ABORT
1006
-  #define MSG_ENDSTOP_ABORT                   _UxGT("Endstop abort")
1006
+  #define MSG_ENDSTOP_ABORT                   _UxGT("Endstop Abort")
1007 1007
 #endif
1008 1008
 #ifndef MSG_HEATING_FAILED_LCD
1009
-  #define MSG_HEATING_FAILED_LCD              _UxGT("Heating failed")
1009
+  #define MSG_HEATING_FAILED_LCD              _UxGT("Heating Failed")
1010 1010
 #endif
1011 1011
 #ifndef MSG_HEATING_FAILED_LCD_BED
1012
-  #define MSG_HEATING_FAILED_LCD_BED          _UxGT("Bed heating failed")
1012
+  #define MSG_HEATING_FAILED_LCD_BED          _UxGT("Bed Heating Failed")
1013 1013
 #endif
1014 1014
 #ifndef MSG_HEATING_FAILED_LCD_CHAMBER
1015
-  #define MSG_HEATING_FAILED_LCD_CHAMBER      _UxGT("Chamber heating fail")
1015
+  #define MSG_HEATING_FAILED_LCD_CHAMBER      _UxGT("Chamber Heating Fail")
1016 1016
 #endif
1017 1017
 #ifndef MSG_ERR_REDUNDANT_TEMP
1018 1018
   #define MSG_ERR_REDUNDANT_TEMP              _UxGT("Err: REDUNDANT TEMP")
@@ -1051,7 +1051,7 @@
1051 1051
   #define MSG_HALTED                          _UxGT("PRINTER HALTED")
1052 1052
 #endif
1053 1053
 #ifndef MSG_PLEASE_RESET
1054
-  #define MSG_PLEASE_RESET                    _UxGT("Please reset")
1054
+  #define MSG_PLEASE_RESET                    _UxGT("Please Reset")
1055 1055
 #endif
1056 1056
 #ifndef MSG_SHORT_DAY
1057 1057
   #define MSG_SHORT_DAY                       _UxGT("d") // One character only
@@ -1069,16 +1069,16 @@
1069 1069
   #define MSG_COOLING                         _UxGT("Cooling...")
1070 1070
 #endif
1071 1071
 #ifndef MSG_BED_HEATING
1072
-  #define MSG_BED_HEATING                     _UxGT("Bed heating...")
1072
+  #define MSG_BED_HEATING                     _UxGT("Bed Heating...")
1073 1073
 #endif
1074 1074
 #ifndef MSG_BED_COOLING
1075
-  #define MSG_BED_COOLING                     _UxGT("Bed cooling...")
1075
+  #define MSG_BED_COOLING                     _UxGT("Bed Cooling...")
1076 1076
 #endif
1077 1077
 #ifndef MSG_CHAMBER_HEATING
1078
-  #define MSG_CHAMBER_HEATING                 _UxGT("Chamber heating...")
1078
+  #define MSG_CHAMBER_HEATING                 _UxGT("Chamber Heating...")
1079 1079
 #endif
1080 1080
 #ifndef MSG_CHAMBER_COOLING
1081
-  #define MSG_CHAMBER_COOLING                 _UxGT("Chamber cooling...")
1081
+  #define MSG_CHAMBER_COOLING                 _UxGT("Chamber Cooling...")
1082 1082
 #endif
1083 1083
 #ifndef MSG_DELTA_CALIBRATE
1084 1084
   #define MSG_DELTA_CALIBRATE                 _UxGT("Delta Calibration")
@@ -1156,7 +1156,7 @@
1156 1156
   #define MSG_INFO_PROTOCOL                   _UxGT("Protocol")
1157 1157
 #endif
1158 1158
 #ifndef MSG_CASE_LIGHT
1159
-  #define MSG_CASE_LIGHT                      _UxGT("Case light")
1159
+  #define MSG_CASE_LIGHT                      _UxGT("Case Light")
1160 1160
 #endif
1161 1161
 #ifndef MSG_CASE_LIGHT_BRIGHTNESS
1162 1162
   #define MSG_CASE_LIGHT_BRIGHTNESS           _UxGT("Light Brightness")
@@ -1169,13 +1169,13 @@
1169 1169
     #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Completed")
1170 1170
   #endif
1171 1171
   #ifndef MSG_INFO_PRINT_TIME
1172
-    #define MSG_INFO_PRINT_TIME               _UxGT("Total print time")
1172
+    #define MSG_INFO_PRINT_TIME               _UxGT("Total Print time")
1173 1173
   #endif
1174 1174
   #ifndef MSG_INFO_PRINT_LONGEST
1175
-    #define MSG_INFO_PRINT_LONGEST            _UxGT("Longest job time")
1175
+    #define MSG_INFO_PRINT_LONGEST            _UxGT("Longest Job Time")
1176 1176
   #endif
1177 1177
   #ifndef MSG_INFO_PRINT_FILAMENT
1178
-    #define MSG_INFO_PRINT_FILAMENT           _UxGT("Extruded total")
1178
+    #define MSG_INFO_PRINT_FILAMENT           _UxGT("Extruded Total")
1179 1179
   #endif
1180 1180
 #else
1181 1181
   #ifndef MSG_INFO_PRINT_COUNT
@@ -1240,13 +1240,13 @@
1240 1240
   #define MSG_RUNOUT_DISTANCE_MM              _UxGT("Runout Dist mm")
1241 1241
 #endif
1242 1242
 #ifndef MSG_ERR_HOMING_FAILED
1243
-  #define MSG_ERR_HOMING_FAILED               _UxGT("Homing failed")
1243
+  #define MSG_ERR_HOMING_FAILED               _UxGT("Homing Failed")
1244 1244
 #endif
1245 1245
 #ifndef MSG_ERR_PROBING_FAILED
1246
-  #define MSG_ERR_PROBING_FAILED              _UxGT("Probing failed")
1246
+  #define MSG_ERR_PROBING_FAILED              _UxGT("Probing Failed")
1247 1247
 #endif
1248 1248
 #ifndef MSG_M600_TOO_COLD
1249
-  #define MSG_M600_TOO_COLD                   _UxGT("M600: Too cold")
1249
+  #define MSG_M600_TOO_COLD                   _UxGT("M600: Too Cold")
1250 1250
 #endif
1251 1251
 
1252 1252
 #ifndef MSG_MMU2_FILAMENT_CHANGE_HEADER
@@ -1259,55 +1259,55 @@
1259 1259
   #define MSG_MMU2_MENU                       _UxGT("MMU")
1260 1260
 #endif
1261 1261
 #ifndef MSG_MMU2_WRONG_FIRMWARE
1262
-  #define MSG_MMU2_WRONG_FIRMWARE             _UxGT("Update MMU firmware!")
1262
+  #define MSG_MMU2_WRONG_FIRMWARE             _UxGT("Update MMU Firmware!")
1263 1263
 #endif
1264 1264
 #ifndef MSG_MMU2_NOT_RESPONDING
1265
-  #define MSG_MMU2_NOT_RESPONDING             _UxGT("MMU needs attention.")
1265
+  #define MSG_MMU2_NOT_RESPONDING             _UxGT("MMU Needs Attention.")
1266 1266
 #endif
1267 1267
 #ifndef MSG_MMU2_RESUME
1268
-  #define MSG_MMU2_RESUME                     _UxGT("Resume print")
1268
+  #define MSG_MMU2_RESUME                     _UxGT("Resume Print")
1269 1269
 #endif
1270 1270
 #ifndef MSG_MMU2_RESUMING
1271 1271
   #define MSG_MMU2_RESUMING                   _UxGT("Resuming...")
1272 1272
 #endif
1273 1273
 #ifndef MSG_MMU2_LOAD_FILAMENT
1274
-  #define MSG_MMU2_LOAD_FILAMENT              _UxGT("Load filament")
1274
+  #define MSG_MMU2_LOAD_FILAMENT              _UxGT("Load Filament")
1275 1275
 #endif
1276 1276
 #ifndef MSG_MMU2_LOAD_ALL
1277
-  #define MSG_MMU2_LOAD_ALL                   _UxGT("Load all")
1277
+  #define MSG_MMU2_LOAD_ALL                   _UxGT("Load All")
1278 1278
 #endif
1279 1279
 #ifndef MSG_MMU2_LOAD_TO_NOZZLE
1280
-  #define MSG_MMU2_LOAD_TO_NOZZLE             _UxGT("Load to nozzle")
1280
+  #define MSG_MMU2_LOAD_TO_NOZZLE             _UxGT("Load to Nozzle")
1281 1281
 #endif
1282 1282
 #ifndef MSG_MMU2_EJECT_FILAMENT
1283
-  #define MSG_MMU2_EJECT_FILAMENT             _UxGT("Eject filament")
1283
+  #define MSG_MMU2_EJECT_FILAMENT             _UxGT("Eject Filament")
1284 1284
 #endif
1285 1285
 #ifndef MSG_MMU2_EJECT_FILAMENT0
1286
-  #define MSG_MMU2_EJECT_FILAMENT0            _UxGT("Eject filament 1")
1286
+  #define MSG_MMU2_EJECT_FILAMENT0            _UxGT("Eject Filament 1")
1287 1287
 #endif
1288 1288
 #ifndef MSG_MMU2_EJECT_FILAMENT1
1289
-  #define MSG_MMU2_EJECT_FILAMENT1            _UxGT("Eject filament 2")
1289
+  #define MSG_MMU2_EJECT_FILAMENT1            _UxGT("Eject Filament 2")
1290 1290
 #endif
1291 1291
 #ifndef MSG_MMU2_EJECT_FILAMENT2
1292
-  #define MSG_MMU2_EJECT_FILAMENT2            _UxGT("Eject filament 3")
1292
+  #define MSG_MMU2_EJECT_FILAMENT2            _UxGT("Eject Filament 3")
1293 1293
 #endif
1294 1294
 #ifndef MSG_MMU2_EJECT_FILAMENT3
1295
-  #define MSG_MMU2_EJECT_FILAMENT3            _UxGT("Eject filament 4")
1295
+  #define MSG_MMU2_EJECT_FILAMENT3            _UxGT("Eject Filament 4")
1296 1296
 #endif
1297 1297
 #ifndef MSG_MMU2_EJECT_FILAMENT4
1298
-  #define MSG_MMU2_EJECT_FILAMENT4            _UxGT("Eject filament 5")
1298
+  #define MSG_MMU2_EJECT_FILAMENT4            _UxGT("Eject Filament 5")
1299 1299
 #endif
1300 1300
 #ifndef MSG_MMU2_UNLOAD_FILAMENT
1301
-  #define MSG_MMU2_UNLOAD_FILAMENT            _UxGT("Unload filament")
1301
+  #define MSG_MMU2_UNLOAD_FILAMENT            _UxGT("Unload Filament")
1302 1302
 #endif
1303 1303
 #ifndef MSG_MMU2_LOADING_FILAMENT
1304
-  #define MSG_MMU2_LOADING_FILAMENT           _UxGT("Loading fil. %i...")
1304
+  #define MSG_MMU2_LOADING_FILAMENT           _UxGT("Loading Fil. %i...")
1305 1305
 #endif
1306 1306
 #ifndef MSG_MMU2_EJECTING_FILAMENT
1307
-  #define MSG_MMU2_EJECTING_FILAMENT          _UxGT("Ejecting fil. ...")
1307
+  #define MSG_MMU2_EJECTING_FILAMENT          _UxGT("Ejecting Fil. ...")
1308 1308
 #endif
1309 1309
 #ifndef MSG_MMU2_UNLOADING_FILAMENT
1310
-  #define MSG_MMU2_UNLOADING_FILAMENT         _UxGT("Unloading fil....")
1310
+  #define MSG_MMU2_UNLOADING_FILAMENT         _UxGT("Unloading Fil....")
1311 1311
 #endif
1312 1312
 #ifndef MSG_MMU2_ALL
1313 1313
   #define MSG_MMU2_ALL                        _UxGT("All")
@@ -1350,16 +1350,16 @@
1350 1350
   #define MSG_GRADIENT                        _UxGT("Gradient")
1351 1351
 #endif
1352 1352
 #ifndef MSG_FULL_GRADIENT
1353
-  #define MSG_FULL_GRADIENT                   _UxGT("Full gradient")
1353
+  #define MSG_FULL_GRADIENT                   _UxGT("Full Gradient")
1354 1354
 #endif
1355 1355
 #ifndef MSG_TOGGLE_MIX
1356
-  #define MSG_TOGGLE_MIX                      _UxGT("Toggle mix")
1356
+  #define MSG_TOGGLE_MIX                      _UxGT("Toggle Mix")
1357 1357
 #endif
1358 1358
 #ifndef MSG_CYCLE_MIX
1359
-  #define MSG_CYCLE_MIX                       _UxGT("Cycle mix")
1359
+  #define MSG_CYCLE_MIX                       _UxGT("Cycle Mix")
1360 1360
 #endif
1361 1361
 #ifndef MSG_GRADIENT_MIX
1362
-  #define MSG_GRADIENT_MIX                    _UxGT("Gradient mix")
1362
+  #define MSG_GRADIENT_MIX                    _UxGT("Gradient Mix")
1363 1363
 #endif
1364 1364
 #ifndef MSG_REVERSE_GRADIENT
1365 1365
   #define MSG_REVERSE_GRADIENT                _UxGT("Reverse Gradient")
@@ -1383,7 +1383,7 @@
1383 1383
   #define MSG_COMMIT_VTOOL                    _UxGT("Commit V-tool Mix")
1384 1384
 #endif
1385 1385
 #ifndef MSG_VTOOLS_RESET
1386
-  #define MSG_VTOOLS_RESET                    _UxGT("V-tools were reset")
1386
+  #define MSG_VTOOLS_RESET                    _UxGT("V-tools Were Reset")
1387 1387
 #endif
1388 1388
 #ifndef MSG_START_Z
1389 1389
   #define MSG_START_Z                         _UxGT("Start Z")
@@ -1414,7 +1414,7 @@
1414 1414
 //
1415 1415
 #if LCD_HEIGHT >= 4
1416 1416
   #ifndef MSG_ADVANCED_PAUSE_WAITING_1
1417
-    #define MSG_ADVANCED_PAUSE_WAITING_1      _UxGT("Press button")
1417
+    #define MSG_ADVANCED_PAUSE_WAITING_1      _UxGT("Press Button")
1418 1418
     #define MSG_ADVANCED_PAUSE_WAITING_2      _UxGT("to resume print")
1419 1419
   #endif
1420 1420
   #ifndef MSG_PAUSE_PRINT_INIT_1
@@ -1495,22 +1495,22 @@
1495 1495
 #endif // LCD_HEIGHT < 4
1496 1496
 
1497 1497
 #ifndef MSG_TMC_DRIVERS
1498
-  #define MSG_TMC_DRIVERS                     _UxGT("TMC drivers")
1498
+  #define MSG_TMC_DRIVERS                     _UxGT("TMC Drivers")
1499 1499
 #endif
1500 1500
 #ifndef MSG_TMC_CURRENT
1501
-  #define MSG_TMC_CURRENT                     _UxGT("Driver current")
1501
+  #define MSG_TMC_CURRENT                     _UxGT("Driver Current")
1502 1502
 #endif
1503 1503
 #ifndef MSG_TMC_HYBRID_THRS
1504
-  #define MSG_TMC_HYBRID_THRS                 _UxGT("Hybrid threshold")
1504
+  #define MSG_TMC_HYBRID_THRS                 _UxGT("Hybrid Threshold")
1505 1505
 #endif
1506 1506
 #ifndef MSG_TMC_HOMING_THRS
1507
-  #define MSG_TMC_HOMING_THRS                 _UxGT("Sensorless homing")
1507
+  #define MSG_TMC_HOMING_THRS                 _UxGT("Sensorless Homing")
1508 1508
 #endif
1509 1509
 #ifndef MSG_TMC_STEPPING_MODE
1510
-  #define MSG_TMC_STEPPING_MODE               _UxGT("Stepping mode")
1510
+  #define MSG_TMC_STEPPING_MODE               _UxGT("Stepping Mode")
1511 1511
 #endif
1512 1512
 #ifndef MSG_TMC_STEALTH_ENABLED
1513
-  #define MSG_TMC_STEALTH_ENABLED             _UxGT("StealthChop enabled")
1513
+  #define MSG_TMC_STEALTH_ENABLED             _UxGT("StealthChop Enabled")
1514 1514
 #endif
1515 1515
 
1516 1516
 #ifndef MSG_SERVICE_RESET

Loading…
Cancel
Save