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

Loading…
Cancel
Save