Patch up some language formatting

This commit is contained in:
Scott Lahteine
2016-11-17 22:17:14 -06:00
parent 8cffa60cc5
commit 6eb6f12c64
11 changed files with 58 additions and 59 deletions

View File

@ -721,7 +721,7 @@ static void lcd_implementation_status_screen() {
lcd.print(itostr3(feedrate_percentage));
lcd.print('%');
#if LCD_WIDTH > 19 && ENABLED(SDSUPPORT)
#if LCD_WIDTH >= 20 && ENABLED(SDSUPPORT)
lcd.setCursor(7, 2);
lcd_printPGM(PSTR("SD"));
@ -731,7 +731,7 @@ static void lcd_implementation_status_screen() {
lcd_printPGM(PSTR("---"));
lcd.print('%');
#endif // LCD_WIDTH > 19 && SDSUPPORT
#endif // LCD_WIDTH >= 20 && SDSUPPORT
lcd.setCursor(LCD_WIDTH - 6, 2);
lcd.print(LCD_STR_CLOCK[0]);