mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Fixes #2411
This commit is contained in:
parent
017c13dbdc
commit
c05dd4597d
2 changed files with 1 additions and 29 deletions
|
@ -133,8 +133,7 @@ def ttsEn():
|
|||
systemSounds.append((str(100*(i+1)), filename(PROMPT_SYSTEM_BASE+100+i)))
|
||||
for i, s in enumerate(["thousand", "and", "minus", "point"]):
|
||||
systemSounds.append((s, filename(PROMPT_SYSTEM_BASE+109+i)))
|
||||
for i, s in enumerate(["", "",
|
||||
"volt", "volts",
|
||||
for i, s in enumerate(["volt", "volts",
|
||||
"amp", "amps",
|
||||
"milliamp", "milliamps",
|
||||
"knot", "knots",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue