Use superscript 3 in language_en.h (#12504)
This commit is contained in:
parent
7109dadd21
commit
5b1d52671c
1 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
||||||
#define en 1234
|
#define en 1234
|
||||||
#if LCD_LANGUAGE == en
|
#if LCD_LANGUAGE == en
|
||||||
#define NOT_EXTENDED_ISO10646_1_5X7
|
#define NOT_EXTENDED_ISO10646_1_5X7
|
||||||
|
#define THIS_LANGUAGES_SPECIAL_SYMBOLS _UxGT("³")
|
||||||
#endif
|
#endif
|
||||||
#undef en
|
#undef en
|
||||||
|
|
||||||
|
@ -672,7 +673,7 @@
|
||||||
#define MSG_FILAMENT _UxGT("Filament")
|
#define MSG_FILAMENT _UxGT("Filament")
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_VOLUMETRIC_ENABLED
|
#ifndef MSG_VOLUMETRIC_ENABLED
|
||||||
#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm3")
|
#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm³")
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_FILAMENT_DIAM
|
#ifndef MSG_FILAMENT_DIAM
|
||||||
#define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.")
|
#define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.")
|
||||||
|
|
Reference in a new issue