# HG changeset patch # User Darkvater # Date 1167957548 0 # Node ID 24c52cff1a34f7965d599573e9b0975c49cba859 # Parent 25e90c3f693d49354a5dc21fa6bee8c6972297cd (svn r7843) -Codechange (r7840): left out word 'file' making crash-text look un-english-ish. diff -r 25e90c3f693d -r 24c52cff1a34 src/win32.c --- a/src/win32.c Thu Jan 04 23:49:55 2007 +0000 +++ b/src/win32.c Fri Jan 05 00:39:08 2007 +0000 @@ -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.");