Browse Source

Fix typo: "unkown" -> "unknown".

pull/6815/head
Krzysztof Pawlik 2 years ago committed by Anders Jenbo
parent
commit
48d0b9da18
  1. 2
      Source/control.cpp
  2. 10
      Translations/pl.po

2
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."));

10
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ść"

Loading…
Cancel
Save