Minor fixes to translatable strings

This commit is contained in:
JosJuice
2019-02-13 18:54:45 +01:00
parent 131f4931fb
commit 5067e96f37
3 changed files with 3 additions and 3 deletions

View File

@ -1439,7 +1439,7 @@ void NetPlayClient::SyncCodeResponse(const bool success)
// If something failed, immediately report back that code sync failed
if (!success)
{
m_dialog->AppendChat(GetStringT("Error processing Codes."));
m_dialog->AppendChat(GetStringT("Error processing codes."));
sf::Packet response_packet;
response_packet << static_cast<MessageId>(NP_MSG_SYNC_CODES);