Fix English special symbols (#12529)

This commit is contained in:
Ludy 2018-11-26 01:19:12 +01:00 committed by Scott Lahteine
parent 1980931153
commit e5019a0481

View file

@ -28,7 +28,6 @@
* See also http://marlinfw.org/docs/development/lcd_language.html
*
*/
#define THIS_LANGUAGES_SPECIAL_SYMBOLS _UxGT("³")
#define en 1234
#if LCD_LANGUAGE == en
@ -36,6 +35,10 @@
#endif
#undef en
#ifndef THIS_LANGUAGES_SPECIAL_SYMBOLS
#define THIS_LANGUAGES_SPECIAL_SYMBOLS _UxGT("³")
#endif
#ifdef NOT_EXTENDED_ISO10646_1_5X7
#define MSG_CUBED _UxGT("^3")
#else