Browse Source

Use superscript 3 in language_en.h (#12504)

Yücel Temel 6 years ago
parent
commit
5b1d52671c
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/src/lcd/language/language_en.h

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

32
 #define en 1234
32
 #define en 1234
33
 #if LCD_LANGUAGE == en
33
 #if LCD_LANGUAGE == en
34
   #define NOT_EXTENDED_ISO10646_1_5X7
34
   #define NOT_EXTENDED_ISO10646_1_5X7
35
+  #define THIS_LANGUAGES_SPECIAL_SYMBOLS _UxGT("³")
35
 #endif
36
 #endif
36
 #undef en
37
 #undef en
37
 
38
 
672
   #define MSG_FILAMENT                        _UxGT("Filament")
673
   #define MSG_FILAMENT                        _UxGT("Filament")
673
 #endif
674
 #endif
674
 #ifndef MSG_VOLUMETRIC_ENABLED
675
 #ifndef MSG_VOLUMETRIC_ENABLED
675
-  #define MSG_VOLUMETRIC_ENABLED              _UxGT("E in mm3")
676
+  #define MSG_VOLUMETRIC_ENABLED              _UxGT("E in mm³")
676
 #endif
677
 #endif
677
 #ifndef MSG_FILAMENT_DIAM
678
 #ifndef MSG_FILAMENT_DIAM
678
   #define MSG_FILAMENT_DIAM                   _UxGT("Fil. Dia.")
679
   #define MSG_FILAMENT_DIAM                   _UxGT("Fil. Dia.")

Loading…
Cancel
Save