Corected some errors inrtoduced by a faild global replacement.

This commit is contained in:
AnHardt 2015-03-11 10:26:36 +01:00
parent ae76b1e8a8
commit 97ae3c5c6a
2 changed files with 6 additions and 6 deletions

View File

@ -47,9 +47,9 @@
#define MSG_FAN_SPEED "Lüftergeschw."
#define MSG_FLOW "Fluss"
#define MSG_CONTROL "Einstellungen"
#define MSG_MIN LCD_STR_THERMOMETER " " Min"
#define MSG_MAX LCD_STR_THERMOMETER " " Max"
#define MSG_FACTOR LCD_STR_THERMOMETER " " Faktor"
#define MSG_MIN LCD_STR_THERMOMETER " Min"
#define MSG_MAX LCD_STR_THERMOMETER " Max"
#define MSG_FACTOR LCD_STR_THERMOMETER " Faktor"
#define MSG_AUTOTEMP "AutoTemp"
#define MSG_ON "Ein"
#define MSG_OFF "Aus"

View File

@ -48,9 +48,9 @@
#define MSG_FAN_SPEED "Tuul. nopeus"
#define MSG_FLOW "Virtaus"
#define MSG_CONTROL "Kontrolli"
#define MSG_MIN LCD_STR_THERMOMETER "" Min"
#define MSG_MAX LCD_STR_THERMOMETER "" Max"
#define MSG_FACTOR LCD_STR_THERMOMETER "" Kerr"
#define MSG_MIN LCD_STR_THERMOMETER " Min"
#define MSG_MAX LCD_STR_THERMOMETER " Max"
#define MSG_FACTOR LCD_STR_THERMOMETER " Kerr"
#define MSG_AUTOTEMP "Autotemp"
#define MSG_ON "On "
#define MSG_OFF "Off"