SWORD1: Silence warning on potential typo

warning:
suspicious concatenation of string literals in an array initialization;
did you mean to separate the elements with a comma?
This commit is contained in:
Eugene Sandulenko 2024-10-24 14:52:46 +02:00
parent af1eca20ff
commit 2a0ba8954c
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -3353,7 +3353,7 @@ const uint8 Control::_polishTranslationLanguageStrings[20][43] = {
"Nowa gra", // "Restart",
"Start", // "Start",
"Wyjd\xBC", // "Quit",
"Pr\xEA""dko\xB6\xE6", // "Speed", the double pair of "" is to avoid escaping the d after \xEA
("Pr\xEA""dko\xB6\xE6"), // "Speed", the double pair of "" is to avoid escaping the d after \xEA
"G\xB3o\xB6no\xB6\xE6", // "Volume",
"Napisy", // "Text",
"Gotowe", // "Done",