From 29bdab23f73af7ee6c7b0bccf3f808ec4d1219e0 Mon Sep 17 00:00:00 2001 From: stormcone <48624099+stormcone@users.noreply.github.com> Date: Mon, 17 Jun 2019 20:37:22 +0200 Subject: [PATCH] Fix: Fix some copy-paste typos. --- src/console_cmds.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index 717b539b55..ac6f3bed14 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -2114,7 +2114,7 @@ DEF_CONSOLE_CMD(ConShowTownWindow) DEF_CONSOLE_CMD(ConShowStationWindow) { if (argc != 2) { - IConsoleHelp("Debug: Show station window. Usage: 'show_station_window '"); + IConsoleHelp("Debug: Show station window. Usage: 'show_station_window '"); return true; } @@ -2136,7 +2136,7 @@ DEF_CONSOLE_CMD(ConShowStationWindow) DEF_CONSOLE_CMD(ConShowIndustryWindow) { if (argc != 2) { - IConsoleHelp("Debug: Show industry window. Usage: 'show_industry_window '"); + IConsoleHelp("Debug: Show industry window. Usage: 'show_industry_window '"); return true; }