Skip to content

Commit

Permalink
terminal -> console for consistency
Browse files Browse the repository at this point in the history
followup to DFHack#3723
  • Loading branch information
lethosor committed Sep 6, 2023
1 parent 31fbd0d commit 47666e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1249,11 +1249,11 @@ command_result Core::runCommand(color_ostream &con, const std::string &first_, s
}
else if (res == CR_NEEDS_CONSOLE)
con.printerr("%s needs an interactive console to work.\n"
"Please run this command from the DFHack terminal.\n\n"
"Please run this command from the DFHack console.\n\n"
#ifdef WIN32
"You can show the terminal with the 'show' command."
"You can show the console with the 'show' command."
#else
"The terminal is accessible when you run DF from the commandline\n"
"The console is accessible when you run DF from the commandline\n"
"via the './dfhack' script."
#endif
"\n", first.c_str());
Expand Down

0 comments on commit 47666e1

Please sign in to comment.