diff --git a/plugins/fortplan.cpp b/plugins/fortplan.cpp index 4d51f2c99..b346a49f3 100644 --- a/plugins/fortplan.cpp +++ b/plugins/fortplan.cpp @@ -203,7 +203,7 @@ command_result fortplan(color_ostream &out, vector & params) { con.print("Fortplan is deprecated. Please move your blueprints to the" " 'blueprints' folder (under your DF installation directory) and use" " DFHack's quickfort command instead:\n quickfort run example.csv\n" - " Fortplan will be removed in a future DFHack release.\n" + " Fortplan will be removed in a future DFHack release.\n"); std::vector> layout(128, std::vector(128)); if (params.size()) {