terminal -> console for consistency

followup to #3723
develop
lethosor 2023-09-06 18:09:07 -04:00
parent 31fbd0dab5
commit 47666e12cd
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 3 additions and 3 deletions

@ -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());