30
30
* Substitutions are applied for the following characters when used in menu items titles:
31
31
*
32
32
* $ displays an inserted string
33
- * = displays '0'....'10' for indexes 0 - 10
33
+ * { displays '0'....'10' for indexes 0 - 10
34
34
* ~ displays '1'....'11' for indexes 0 - 10
35
35
* * displays 'E1'...'E11' for indexes 0 - 10 (By default. Uses LCD_FIRST_TOOL)
36
36
* @ displays an axis name such as XYZUVW, or E for an extruder
@@ -298,7 +298,7 @@ namespace Language_en {
298
298
LSTR MSG_SET_LEDS_VIOLET = _UxGT(" Violet" );
299
299
LSTR MSG_SET_LEDS_WHITE = _UxGT(" White" );
300
300
LSTR MSG_SET_LEDS_DEFAULT = _UxGT(" Default" );
301
- LSTR MSG_LED_CHANNEL_N = _UxGT(" Channel = " );
301
+ LSTR MSG_LED_CHANNEL_N = _UxGT(" Channel { " );
302
302
LSTR MSG_LEDS2 = _UxGT(" Lights #2" );
303
303
LSTR MSG_NEO2_PRESETS = _UxGT(" Light #2 Presets" );
304
304
LSTR MSG_NEO2_BRIGHTNESS = _UxGT(" Brightness" );
@@ -505,7 +505,7 @@ namespace Language_en {
505
505
LSTR MSG_HOST_START_PRINT = _UxGT(" Start Host Print" );
506
506
LSTR MSG_PRINTING_OBJECT = _UxGT(" Printing Object" );
507
507
LSTR MSG_CANCEL_OBJECT = _UxGT(" Cancel Object" );
508
- LSTR MSG_CANCEL_OBJECT_N = _UxGT(" Cancel Object = " );
508
+ LSTR MSG_CANCEL_OBJECT_N = _UxGT(" Cancel Object { " );
509
509
LSTR MSG_CONTINUE_PRINT_JOB = _UxGT(" Continue Print Job" );
510
510
LSTR MSG_MEDIA_MENU = _UxGT(" Print from " ) MEDIA_TYPE_EN;
511
511
LSTR MSG_TURN_OFF = _UxGT(" Turn off the printer" );
@@ -514,7 +514,7 @@ namespace Language_en {
514
514
LSTR MSG_HOST_START_PRINT = _UxGT(" Host Start" );
515
515
LSTR MSG_PRINTING_OBJECT = _UxGT(" Print Obj" );
516
516
LSTR MSG_CANCEL_OBJECT = _UxGT(" Cancel Obj" );
517
- LSTR MSG_CANCEL_OBJECT_N = _UxGT(" Cancel Obj = " );
517
+ LSTR MSG_CANCEL_OBJECT_N = _UxGT(" Cancel Obj { " );
518
518
LSTR MSG_CONTINUE_PRINT_JOB = _UxGT(" Continue Job" );
519
519
LSTR MSG_MEDIA_MENU = MEDIA_TYPE_EN _UxGT (" Print" );
520
520
LSTR MSG_TURN_OFF = _UxGT(" Turn off now" );
@@ -757,7 +757,7 @@ namespace Language_en {
757
757
LSTR MSG_MMU2_REMOVE_AND_CLICK = _UxGT(" Remove and click..." );
758
758
759
759
LSTR MSG_MIX = _UxGT(" Mix" );
760
- LSTR MSG_MIX_COMPONENT_N = _UxGT(" Component = " );
760
+ LSTR MSG_MIX_COMPONENT_N = _UxGT(" Component { " );
761
761
LSTR MSG_MIXER = _UxGT(" Mixer" );
762
762
LSTR MSG_GRADIENT = _UxGT(" Gradient" );
763
763
LSTR MSG_FULL_GRADIENT = _UxGT(" Full Gradient" );
0 commit comments