changeset 5530:249e6216ace3 draft

(svn r7843) -Codechange (r7840): left out word 'file' making crash-text look un-english-ish.
author Darkvater <Darkvater@openttd.org>
date Fri, 05 Jan 2007 00:39:08 +0000
parents 03a3a001bb12
children a6df4247c733
files src/win32.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/win32.c
+++ b/src/win32.c
@@ -207,7 +207,7 @@
 
 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.");