mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Translate the netplay chat info message about QoS
This commit is contained in:
@ -640,9 +640,9 @@ void NetPlayClient::ThreadFunc()
|
|||||||
qos_session = Common::QoSSession(m_server);
|
qos_session = Common::QoSSession(m_server);
|
||||||
|
|
||||||
if (qos_session.Successful())
|
if (qos_session.Successful())
|
||||||
m_dialog->AppendChat("Quality of Service (QoS) was successfully enabled.");
|
m_dialog->AppendChat(GetStringT("Quality of Service (QoS) was successfully enabled."));
|
||||||
else
|
else
|
||||||
m_dialog->AppendChat("Quality of Service (QoS) couldn't be enabled.");
|
m_dialog->AppendChat(GetStringT("Quality of Service (QoS) couldn't be enabled."));
|
||||||
}
|
}
|
||||||
|
|
||||||
while (m_do_loop.IsSet())
|
while (m_do_loop.IsSet())
|
||||||
|
Reference in New Issue
Block a user