mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r7843) -Codechange (r7840): left out word 'file' making crash-text look un-english-ish.
This commit is contained in:
parent
f67f5faf10
commit
6f568a4d9c
@ -207,7 +207,7 @@ static char *PrintModuleList(char *output)
|
|||||||
|
|
||||||
static const TCHAR _crash_desc[] =
|
static const TCHAR _crash_desc[] =
|
||||||
_T("A serious fault condition occured in the game. The game will shut down.\n")
|
_T("A serious fault condition occured in the game. The game will shut down.\n")
|
||||||
_T("Please send the crash information and the crash.dmp (if any) to the developers.\n")
|
_T("Please send the crash information and the crash.dmp file (if any) to the developers.\n")
|
||||||
_T("This will greatly help debugging. The correct place to do this is http://bugs.openttd.org. ")
|
_T("This will greatly help debugging. The correct place to do this is http://bugs.openttd.org. ")
|
||||||
_T("The information contained in the report is displayed below.\n")
|
_T("The information contained in the report is displayed below.\n")
|
||||||
_T("Press \"Emergency save\" to attempt saving the game.");
|
_T("Press \"Emergency save\" to attempt saving the game.");
|
||||||
|
Loading…
Reference in New Issue
Block a user