1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Missing translation

This commit is contained in:
Bertrand Songis 2019-11-21 12:34:04 +01:00
parent 4cdd17f0d7
commit 3d8070400a
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -858,7 +858,7 @@ static void checkRTCBattery()
{
if (isVBatBridgeEnabled()) {
if (getRTCBatteryVoltage() < 200) {
ALERT("BATTERY", STR_WARN_RTC_BATTERY_LOW, AU_ERROR);
ALERT(STR_BATTERY, STR_WARN_RTC_BATTERY_LOW, AU_ERROR);
}
disableVBatBridge();
}