diff --git a/Source/control.cpp b/Source/control.cpp index ef45a2686..44d28d2af 100644 --- a/Source/control.cpp +++ b/Source/control.cpp @@ -374,7 +374,7 @@ std::string TextCmdHelp(const std::string_view parameter) } auto textCmdIterator = c_find_if(TextCmdList, [&](const TextCmdItem &elem) { return elem.text == parameter; }); if (textCmdIterator == TextCmdList.end()) - return StrCat(_("Command "), parameter, _(" is unkown.")); + return StrCat(_("Command "), parameter, _(" is unknown.")); auto &textCmdItem = *textCmdIterator; if (textCmdItem.requiredParameter.empty()) return StrCat(_("Description: "), _(textCmdItem.description), _("\nParameters: No additional parameter needed.")); diff --git a/Translations/pl.po b/Translations/pl.po index 479df85c2..5ca0ecffa 100644 --- a/Translations/pl.po +++ b/Translations/pl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: DevilutionX\n" -"POT-Creation-Date: 2023-11-14 19:27+0100\n" +"POT-Creation-Date: 2023-11-14 21:28+0100\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -1042,8 +1042,8 @@ msgstr "Dostępne Polecenia:" msgid "Command " msgstr "Polecenie " -#: Source/control.cpp:377 -msgid " is unkown." +#: Source/control.cpp:377 Source/control.cpp:567 +msgid " is unknown." msgstr " jest nieznane." #: Source/control.cpp:380 Source/control.cpp:381 @@ -1154,10 +1154,6 @@ msgstr "/seedinfo" msgid "Show seed infos for current level." msgstr "" -#: Source/control.cpp:567 -msgid " is unknown." -msgstr " jest nieznane." - #: Source/control.cpp:1049 msgid "Player friendly" msgstr "Neutralność"