do not forget to call on prefixed prompt string

This commit is contained in:
Yann Dirson 2004-11-25 19:43:39 +00:00
parent 923e7750bb
commit 6902ede58e

View file

@ -2136,7 +2136,7 @@ void turn_info::search()
void turn_info::user_command()
{
create_textbox(floating_textbox::TEXTBOX_COMMAND,_("prompt^Command:"));
create_textbox(floating_textbox::TEXTBOX_COMMAND,sgettext("prompt^Command:"));
}
void turn_info::show_help()