mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Minor fixes to translatable strings
This commit is contained in:
parent
131f4931fb
commit
5067e96f37
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue