Use PanicAlertT instead of PanicAlert when appropriate

I tried to change messages that contained instructions for users,
while avoiding messages that are so technical that most users
wouldn't understand them even if they were in the right language.
This commit is contained in:
JosJuice 2015-03-15 16:42:22 +01:00
commit 95a2abc1ce
13 changed files with 47 additions and 56 deletions

View file

@ -929,7 +929,7 @@ bool NetPlayClient::WiimoteUpdate(int _number, u8* data, const u8 size)
// If it still mismatches, it surely desynced
if (size != nw.size())
{
PanicAlert("Netplay has desynced. There is no way to recover from this.");
PanicAlertT("Netplay has desynced. There is no way to recover from this.");
return false;
}
}