make_translation.py: add missing extra space to LargeSymbolSleep

This commit is contained in:
Ivan Zorin
2024-04-04 12:48:41 +03:00
parent 9a46d98e37
commit e200992415

View File

@@ -146,7 +146,7 @@ def get_constants() -> List[Tuple[str, str]]:
("SmallSymbolState", "State"),
("SmallSymbolNoVBus", "No VBus"),
("SmallSymbolVBus", "VBus"),
("LargeSymbolSleep", "Zzz"),
("LargeSymbolSleep", "Zzz "),
]