Use more meaningful prompt text

This also allows to distinguish the formula prompt from the command prompt.
This commit is contained in:
Gunter Labes 2024-08-21 23:35:57 +02:00
parent 314af165d4
commit 0378ed6c65
No known key found for this signature in database
GPG key ID: C0C7B971CC910216

View file

@ -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_);
}
}