summaryrefslogtreecommitdiff
path: root/src/bootstrap_gui.cpp
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2019-12-26 19:36:53 +0100
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-12-26 19:50:07 +0100
commit0e7839377409bd70c09c75739f35301991c29c29 (patch)
treeae3bcb0ccd04242b06717941a3cb3f7a1eeedc14 /src/bootstrap_gui.cpp
parent7f250327665af8452a74073c28d6f8e287feeff1 (diff)
downloadopenttd-0e7839377409bd70c09c75739f35301991c29c29.tar.xz
Fix: Reference correct section in README file for baseset info
Diffstat (limited to 'src/bootstrap_gui.cpp')
-rw-r--r--src/bootstrap_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap_gui.cpp b/src/bootstrap_gui.cpp
index 45cd01024..d2445c23a 100644
--- a/src/bootstrap_gui.cpp
+++ b/src/bootstrap_gui.cpp
@@ -262,6 +262,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.md.");
+ usererror("Failed to find a graphics set. Please acquire a graphics set for OpenTTD. See section 1.4 of README.md.");
return false;
}