Minor fixes to translatable strings

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

View file

@ -1115,7 +1115,7 @@ bool NetPlayServer::RequestStartGame()
m_start_pending = true;
if (!SyncCodes())
{
PanicAlertT("Error synchronizing save gecko codes!");
PanicAlertT("Error synchronizing cheat codes!");
m_start_pending = false;
return false;
}