From e20099241528d823f4ff08177cae89220154bf37 Mon Sep 17 00:00:00 2001 From: Ivan Zorin Date: Thu, 4 Apr 2024 12:48:41 +0300 Subject: [PATCH] make_translation.py: add missing extra space to LargeSymbolSleep --- Translations/make_translation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "), ]