mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 18:48:56 -06:00
Minor fixes to translatable strings
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user