N/A now translatable
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user