diff --git a/prpw-tui b/prpw-tui index f39c4bb..741893a 100755 --- a/prpw-tui +++ b/prpw-tui @@ -92,7 +92,7 @@ local function fieldSetType(entry,field) end local function fieldRemove(entry,field) - if not yn("Do you want to remove the field '" .. "'?") then return end + if not yn("Do you want to remove the field '" ..field.attrs.name.. "'?") then return end makeEntryBackup(entry.attrs.id) env.run({"field_remove",entry.attrs.id,field.attrs.name}) env.run({"save"})