Small typo fix
This commit is contained in:
parent
f446ed9130
commit
449a30dc2c
|
@ -218,7 +218,7 @@ func (c DoodadProperties) makeMetaTab(tabFrame *ui.TabFrame, Width, Height int)
|
||||||
btn.Handle(ui.Click, func(ed ui.EventData) error {
|
btn.Handle(ui.Click, func(ed ui.EventData) error {
|
||||||
var prompt = data.Prompt
|
var prompt = data.Prompt
|
||||||
if prompt == "" {
|
if prompt == "" {
|
||||||
prompt = "Enter a new " + data.Label + ": "
|
prompt = "Enter a new " + data.Label + " "
|
||||||
}
|
}
|
||||||
|
|
||||||
shmem.Prompt(prompt, func(answer string) {
|
shmem.Prompt(prompt, func(answer string) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user