Skip to content

Commit 8ab2d74

Browse files
committed
🩹 Fix manual move titles (MarlinFirmware#24518)
1 parent 168639a commit 8ab2d74

29 files changed

+35
-10
lines changed

Marlin/src/lcd/language/language_an.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ namespace Language_an {
8383
LSTR MSG_MOVE_X = _UxGT("Mover X");
8484
LSTR MSG_MOVE_Y = _UxGT("Mover Y");
8585
LSTR MSG_MOVE_Z = _UxGT("Mover Z");
86+
LSTR MSG_MOVE_N = _UxGT("Mover @");
8687
LSTR MSG_MOVE_E = _UxGT("Extrusor");
8788
LSTR MSG_MOVE_EN = _UxGT("Extrusor *");
8889
LSTR MSG_MOVE_N_MM = _UxGT("Mover $mm");

Marlin/src/lcd/language/language_bg.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ namespace Language_bg {
7272
LSTR MSG_MOVE_X = _UxGT("Движение по X");
7373
LSTR MSG_MOVE_Y = _UxGT("Движение по Y");
7474
LSTR MSG_MOVE_Z = _UxGT("Движение по Z");
75+
LSTR MSG_MOVE_N = _UxGT("Движение по @");
7576
LSTR MSG_MOVE_E = _UxGT("Екструдер");
7677
LSTR MSG_MOVE_EN = _UxGT("Екструдер *");
7778
LSTR MSG_MOVE_N_MM = _UxGT("Премести с $mm");

Marlin/src/lcd/language/language_ca.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ namespace Language_ca {
8383
LSTR MSG_MOVE_X = _UxGT("Mou X");
8484
LSTR MSG_MOVE_Y = _UxGT("Mou Y");
8585
LSTR MSG_MOVE_Z = _UxGT("Mou Z");
86+
LSTR MSG_MOVE_N = _UxGT("Mou @");
8687
LSTR MSG_MOVE_E = _UxGT("Extrusor");
8788
LSTR MSG_MOVE_EN = _UxGT("Extrusor *");
8889
LSTR MSG_MOVE_N_MM = _UxGT("Mou $mm");

Marlin/src/lcd/language/language_cz.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ namespace Language_cz {
232232
LSTR MSG_MOVE_X = _UxGT("Posunout X");
233233
LSTR MSG_MOVE_Y = _UxGT("Posunout Y");
234234
LSTR MSG_MOVE_Z = _UxGT("Posunout Z");
235+
LSTR MSG_MOVE_N = _UxGT("Posunout @");
235236
LSTR MSG_MOVE_E = _UxGT("Extrudér");
236237
LSTR MSG_MOVE_EN = _UxGT("Extrudér *");
237238
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Hotend je studený");

Marlin/src/lcd/language/language_da.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ namespace Language_da {
7474
LSTR MSG_MOVE_X = _UxGT("Flyt X");
7575
LSTR MSG_MOVE_Y = _UxGT("Flyt Y");
7676
LSTR MSG_MOVE_Z = _UxGT("Flyt Z");
77+
LSTR MSG_MOVE_N = _UxGT("Flyt @");
78+
LSTR MSG_MOVE_E = _UxGT("Flyt E");
79+
LSTR MSG_MOVE_EN = _UxGT("Flyt *");
7780
LSTR MSG_MOVE_N_MM = _UxGT("Flyt $mm");
7881
LSTR MSG_MOVE_01MM = _UxGT("Flyt 0.1mm");
7982
LSTR MSG_MOVE_1MM = _UxGT("Flyt 1mm");

Marlin/src/lcd/language/language_el.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ namespace Language_el {
9292
LSTR MSG_MOVE_X = _UxGT("Μετακίνηση X");
9393
LSTR MSG_MOVE_Y = _UxGT("Μετακίνηση Y");
9494
LSTR MSG_MOVE_Z = _UxGT("Μετακίνηση Z");
95+
LSTR MSG_MOVE_N = _UxGT("Μετακίνηση @");
9596
LSTR MSG_MOVE_E = _UxGT("Εξωθητής");
9697
LSTR MSG_MOVE_EN = _UxGT("Εξωθητής *");
9798
LSTR MSG_MOVE_N_MM = _UxGT("Μετακίνηση %s μμ");

Marlin/src/lcd/language/language_el_gr.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ namespace Language_el_gr {
8181
LSTR MSG_MOVE_X = _UxGT("Μετακίνηση X");
8282
LSTR MSG_MOVE_Y = _UxGT("Μετακίνηση Y");
8383
LSTR MSG_MOVE_Z = _UxGT("Μετακίνηση Z");
84+
LSTR MSG_MOVE_N = _UxGT("Μετακίνηση @");
8485
LSTR MSG_MOVE_E = _UxGT("Εξωθητήρας");
8586
LSTR MSG_MOVE_EN = _UxGT("Εξωθητήρας *");
8687
LSTR MSG_MOVE_N_MM = _UxGT("Μετακίνηση %s μμ");

Marlin/src/lcd/language/language_es.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ namespace Language_es {
226226
LSTR MSG_MOVE_X = _UxGT("Mover X");
227227
LSTR MSG_MOVE_Y = _UxGT("Mover Y");
228228
LSTR MSG_MOVE_Z = _UxGT("Mover Z");
229+
LSTR MSG_MOVE_N = _UxGT("Mover @");
229230
LSTR MSG_MOVE_E = _UxGT("Extrusor");
230231
LSTR MSG_MOVE_EN = _UxGT("Extrusor *");
231232
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Hotend muy frio");

Marlin/src/lcd/language/language_eu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ namespace Language_eu {
136136
LSTR MSG_MOVE_X = _UxGT("Mugitu X");
137137
LSTR MSG_MOVE_Y = _UxGT("Mugitu Y");
138138
LSTR MSG_MOVE_Z = _UxGT("Mugitu Z");
139+
LSTR MSG_MOVE_N = _UxGT("Mugitu @");
139140
LSTR MSG_MOVE_E = _UxGT("Estrusorea");
140141
LSTR MSG_MOVE_EN = _UxGT("Estrusorea *");
141142
LSTR MSG_MOVE_N_MM = _UxGT("Mugitu $mm");

Marlin/src/lcd/language/language_fi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ namespace Language_fi {
6969
LSTR MSG_MOVE_X = _UxGT("Liikuta X");
7070
LSTR MSG_MOVE_Y = _UxGT("Liikuta Y");
7171
LSTR MSG_MOVE_Z = _UxGT("Liikuta Z");
72+
LSTR MSG_MOVE_N = _UxGT("Liikuta @");
7273
LSTR MSG_MOVE_E = _UxGT("Extruder");
7374
LSTR MSG_MOVE_EN = _UxGT("Extruder *");
7475
LSTR MSG_MOVE_N_MM = _UxGT("Liikuta $mm");

0 commit comments

Comments
 (0)