1
0
forked from me/IronOS

N/A now translatable

This commit is contained in:
PlayDay
2021-03-08 06:43:20 +01:00
parent b5b60dfb1e
commit ca6122d3be
31 changed files with 62 additions and 31 deletions

View File

@@ -60,6 +60,7 @@ extern const char *SettingSensitivityHigh;
extern const char *SettingLockDisableChar;
extern const char *SettingLockBoostChar;
extern const char *SettingLockFullChar;
extern const char *SettingNAChar;
extern const char *SettingFastChar;
extern const char *SettingSlowChar;
@@ -76,7 +77,6 @@ extern const char *SymbolSeconds;
extern const char *SymbolWatts;
extern const char *SymbolVolts;
extern const char *SymbolDC;
extern const char *SymbolNA;
extern const char *SymbolCellCount;
extern const char *SymbolVersionNumber;

View File

@@ -90,7 +90,7 @@ static bool settings_enterAdvancedMenu(void);
*
* Power Menu
* Power Source
*
*
* Soldering
* Boost Mode Enabled
* Boost Mode Temp
@@ -341,7 +341,7 @@ static void settings_displayInputMinVRange(void) {
OLED::printNumber(systemSettings.minVoltageCells % 10, 1);
} else {
printShortDescription(28, 5);
OLED::print(SymbolNA);
OLED::print(SettingNAChar);
}
}
#endif