Cleanup: Use new filename for README file. (#6738)

This commit is contained in:
Ricardo N Feliciano
2018-04-21 05:05:38 -04:00
committed by Patric Stout
parent 3b32075e8a
commit e8de33a61f
23 changed files with 34 additions and 34 deletions

View File

@@ -264,6 +264,6 @@ bool HandleBootstrap()
/* Failure to get enough working to get a graphics set. */
failure:
usererror("Failed to find a graphics set. Please acquire a graphics set for OpenTTD. See section 4.1 of readme.txt.");
usererror("Failed to find a graphics set. Please acquire a graphics set for OpenTTD. See section 4.1 of README.md.");
return false;
}