Small typo fix

zoom-hell
Noah 2021-09-03 21:45:48 -07:00
parent f446ed9130
commit 449a30dc2c
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ func (c DoodadProperties) makeMetaTab(tabFrame *ui.TabFrame, Width, Height int)
btn.Handle(ui.Click, func(ed ui.EventData) error {
var prompt = data.Prompt
if prompt == "" {
prompt = "Enter a new " + data.Label + ": "
prompt = "Enter a new " + data.Label + " "
}
shmem.Prompt(prompt, func(answer string) {