Use more meaningful prompt text
This also allows to distinguish the formula prompt from the command prompt.
This commit is contained in:
parent
314af165d4
commit
0378ed6c65
1 changed files with 1 additions and 1 deletions
|
@ -2145,7 +2145,7 @@ void menu_handler::custom_command()
|
|||
void menu_handler::ai_formula()
|
||||
{
|
||||
if(!pc_.is_networked_mp()) {
|
||||
textbox_info_.show(gui::TEXTBOX_AI, translation::sgettext("prompt^Command:"), "", false, *gui_);
|
||||
textbox_info_.show(gui::TEXTBOX_AI, translation::sgettext("prompt^Formula:"), "", false, *gui_);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue