Minor spelling fixes

This commit is contained in:
Kawe Mazidjatari 2022-09-11 00:19:31 +02:00
parent 705b81a9e3
commit fb7ab18a0b
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ void CUIBaseSurface::Init()
this->m_PlaylistFileLabel->SetSize({ 50, 18 });
this->m_PlaylistFileLabel->SetLocation({ 311, 32 });
this->m_PlaylistFileLabel->SetTabIndex(0);
this->m_PlaylistFileLabel->SetText("Playlist file");
this->m_PlaylistFileLabel->SetText("Playlists file");
this->m_PlaylistFileLabel->SetAnchor(Forms::AnchorStyles::Bottom | Forms::AnchorStyles::Left);
this->m_GameGroupExt->AddControl(this->m_PlaylistFileLabel);

View File

@ -143,7 +143,7 @@ int CLauncher::HandleCmdLine(int argc, char* argv[])
int CLauncher::HandleInput()
{
std::cout << "----------------------------------------------------------------------------------------------------------------------" << std::endl;
g_pLauncher->AddLog(spdlog::level::level_enum::warn, "If a DEBUG option has been choosen as launch parameter, do not broadcast servers to the Server Browser!\n");
g_pLauncher->AddLog(spdlog::level::level_enum::warn, "If a DEBUG option has been chosen as launch parameter, do not broadcast servers to the Server Browser!\n");
g_pLauncher->AddLog(spdlog::level::level_enum::warn, "All FCVAR_CHEAT | FCVAR_DEVELOPMENTONLY ConVar's/ConCommand's will be enabled.\n");
g_pLauncher->AddLog(spdlog::level::level_enum::warn, "Connected clients will be able to set and execute anything flagged FCVAR_CHEAT | FCVAR_DEVELOPMENTONLY.\n");
std::cout << "----------------------------------------------------------------------------------------------------------------------" << std::endl;