diff --git a/plugins/autotrade.cpp b/plugins/autotrade.cpp index e31fccdbc..5eacbf2d7 100644 --- a/plugins/autotrade.cpp +++ b/plugins/autotrade.cpp @@ -502,7 +502,7 @@ static command_result autotrade_cmd(color_ostream &out, vector & parame { if (parameters.size() == 1 && toLower(parameters[0])[0] == 'v') { - out << "Building Plan" << endl << "Version: " << PLUGIN_VERSION << endl; + out << "Autotrade" << endl << "Version: " << PLUGIN_VERSION << endl; } }