do not forget to call on prefixed prompt string
This commit is contained in:
parent
923e7750bb
commit
6902ede58e
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue