aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIvan Zorin <[email protected]>2024-04-04 12:48:41 +0300
committerIvan Zorin <[email protected]>2024-04-04 12:48:41 +0300
commite20099241528d823f4ff08177cae89220154bf37 (patch)
tree2f4786d7ccf93bc59ec8f443c83cd293dab5f36f
parent9a46d98e378f1e24259eac73dd150f808ad0c95d (diff)
downloadIronOS-e20099241528d823f4ff08177cae89220154bf37.tar.gz
IronOS-e20099241528d823f4ff08177cae89220154bf37.zip
make_translation.py: add missing extra space to LargeSymbolSleep
-rwxr-xr-xTranslations/make_translation.py2
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 "),
]