mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
added missing verb to english translation (#352)
* added missing verb * Also update Translation.cpp
This commit is contained in:
committed by
Ben V. Brown
parent
4c8a9d7c65
commit
7ec106729c
@@ -3,7 +3,7 @@
|
||||
"languageLocalName": "English",
|
||||
"messages": {
|
||||
"SettingsCalibrationWarning": "Please ensure the tip is at room temperature before continuing!",
|
||||
"SettingsResetWarning": "Are you sure to reset settings to default values?",
|
||||
"SettingsResetWarning": "Are you sure you want to reset settings to default values?",
|
||||
"UVLOWarningString": "DC LOW",
|
||||
"UndervoltageString": "Undervoltage",
|
||||
"InputVoltageString": "Input V: ",
|
||||
@@ -195,4 +195,4 @@
|
||||
"desc": "Speed this text scrolls past at"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ const char* SettingsDescriptions[17] = {
|
||||
};
|
||||
|
||||
const char* SettingsCalibrationWarning = "Please ensure the tip is at room temperature before continuing!";
|
||||
const char* SettingsResetWarning = "Are you sure to reset settings to default values?";
|
||||
const char* SettingsResetWarning = "Are you sure you want to reset settings to default values?";
|
||||
const char* UVLOWarningString = "DC LOW"; // <=8 chars
|
||||
const char* UndervoltageString = "Undervoltage";// <=16 chars
|
||||
const char* InputVoltageString = "Input V: ";// <=11 chars, preferably end with a space
|
||||
|
||||
Reference in New Issue
Block a user