Skip to content

Commit

Permalink
- fixed typo in string label.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Feb 19, 2023
1 parent d6e72b5 commit 7acf23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g_game.cpp
Expand Up @@ -2015,7 +2015,7 @@ void G_DoLoadGame ()
}
else
{
LoadGameError("TXT_IOTHERENGINESG", engine.GetChars());
LoadGameError("TXT_OTHERENGINESG", engine.GetChars());
}
return;
}
Expand Down

0 comments on commit 7acf23f

Please sign in to comment.