diff --git a/src/citymania/cm_console_cmds.cpp b/src/citymania/cm_console_cmds.cpp index d540f16917..71aafc25f2 100644 --- a/src/citymania/cm_console_cmds.cpp +++ b/src/citymania/cm_console_cmds.cpp @@ -51,7 +51,7 @@ bool ConTreeMap(byte argc, char *argv[]) { if (argc == 0) { IConsoleHelp("Loads heighmap-like file and plants trees according to it, values 0-256 ore scaled to 0-4 trees."); IConsoleHelp("Usage: 'cmtreemap '"); - IConsoleHelp("Default lookup patch is in scenario/heightmap in your openttd directory"); + IConsoleHelp("Default lookup path is in scenario/heightmap in your openttd directory"); return true; }