show sensor on/off temporarily changed to unlocalized strings
This commit is contained in:
parent
688d4a8a82
commit
e36e58f385
@ -3633,10 +3633,10 @@ static void lcd_print_state(uint8_t state)
|
||||
{
|
||||
switch (state) {
|
||||
case STATE_ON:
|
||||
lcd_puts_P(_T(MSG_ON));
|
||||
lcd_puts_P(_i("On "));
|
||||
break;
|
||||
case STATE_OFF:
|
||||
lcd_puts_P(_T(MSG_OFF));
|
||||
lcd_puts_P(_i("Off"));
|
||||
break;
|
||||
default:
|
||||
lcd_puts_P(_i("N/A"));
|
||||
|
Loading…
Reference in New Issue
Block a user