summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2007-01-05 00:39:08 +0000
committerDarkvater <darkvater@openttd.org>2007-01-05 00:39:08 +0000
commit8f945f53e20b5966a8c8fa1944859587ccb393ab (patch)
treef48c6f7d12dadf9c1caa329b142fcdd3a1f4c1ce
parent07994ea72af87d3e330e43ecd600ab0fd35e1cc4 (diff)
downloadopenttd-8f945f53e20b5966a8c8fa1944859587ccb393ab.tar.xz
(svn r7843) -Codechange (r7840): left out word 'file' making crash-text look un-english-ish.
-rw-r--r--src/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32.c b/src/win32.c
index 13dcd87a6..da622d19d 100644
--- a/src/win32.c
+++ b/src/win32.c
@@ -207,7 +207,7 @@ static char *PrintModuleList(char *output)
static const TCHAR _crash_desc[] =
_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("The information contained in the report is displayed below.\n")
_T("Press \"Emergency save\" to attempt saving the game.");