Fix: do not use {STRING} when {STRING1} or {STRING2} is needed

This commit is contained in:
Rubidium
2023-06-13 20:00:26 +02:00
committed by rubidium42
parent 0a5e58451b
commit 7c37dcb8e3
12 changed files with 29 additions and 27 deletions

View File

@@ -5627,6 +5627,8 @@ STR_JUST_DATE_SHORT :{DATE_SHORT}
STR_JUST_DATE_LONG :{DATE_LONG}
STR_JUST_DATE_ISO :{DATE_ISO}
STR_JUST_STRING :{STRING}
STR_JUST_STRING1 :{STRING1}
STR_JUST_STRING2 :{STRING2}
STR_JUST_STRING_STRING :{STRING}{STRING}
STR_JUST_RAW_STRING :{RAW_STRING}
STR_JUST_BIG_RAW_STRING :{BIG_FONT}{RAW_STRING}