diff options
author | Ivan Zorin <[email protected]> | 2024-04-04 12:48:41 +0300 |
---|---|---|
committer | Ivan Zorin <[email protected]> | 2024-04-04 12:48:41 +0300 |
commit | e20099241528d823f4ff08177cae89220154bf37 (patch) | |
tree | 2f4786d7ccf93bc59ec8f443c83cd293dab5f36f | |
parent | 9a46d98e378f1e24259eac73dd150f808ad0c95d (diff) | |
download | IronOS-e20099241528d823f4ff08177cae89220154bf37.tar.gz IronOS-e20099241528d823f4ff08177cae89220154bf37.zip |
make_translation.py: add missing extra space to LargeSymbolSleep
-rwxr-xr-x | Translations/make_translation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Translations/make_translation.py b/Translations/make_translation.py index 38feff27..9cc48fc9 100755 --- a/Translations/make_translation.py +++ b/Translations/make_translation.py @@ -146,7 +146,7 @@ def get_constants() -> List[Tuple[str, str]]: ("SmallSymbolState", "State"), ("SmallSymbolNoVBus", "No VBus"), ("SmallSymbolVBus", "VBus"), - ("LargeSymbolSleep", "Zzz"), + ("LargeSymbolSleep", "Zzz "), ] |