summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2009-01-24 14:02:21 +0000
committertruebrain <truebrain@openttd.org>2009-01-24 14:02:21 +0000
commitba397634fde4472a850eece8cee544a6a7ac23b6 (patch)
tree0591cb097d7e847804a9076f0df275ddc367b245 /src
parent7e6049ba0228894b15bedec70d9056e4d1e6af3c (diff)
downloadopenttd-ba397634fde4472a850eece8cee544a6a7ac23b6.tar.xz
(svn r15253) -Fix (r15193): dutch people shouldn't write english :p
Diffstat (limited to 'src')
-rw-r--r--src/console_cmds.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index 09e5b592a..fdd620a8c 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -1558,8 +1558,8 @@ DEF_CONSOLE_CMD(ConContent)
IConsoleHelp("Query, select and download content. Usage: 'content update|upgrade|select [all|id]|unselect [all|id]|state|download'");
IConsoleHelp(" update: get a new list of downloadable content; must be run first");
IConsoleHelp(" upgrade: select all items that are upgrades");
- IConsoleHelp(" select: select a specific item given by it's id or 'all' to select all");
- IConsoleHelp(" unselect: unselect a specific item given by it's id or 'all' to unselect all");
+ IConsoleHelp(" select: select a specific item given by its id or 'all' to select all");
+ IConsoleHelp(" unselect: unselect a specific item given by its id or 'all' to unselect all");
IConsoleHelp(" state: show the download/select state of all downloadable content");
IConsoleHelp(" download: download all content you've selected");
return true;