6,834
edits
No edit summary |
No edit summary |
||
Line 586: | Line 586: | ||
rows[2] = { p.formatType('readonly', frame), 'This '..args.type..' cannot be changed.' } | rows[2] = { p.formatType('readonly', frame), 'This '..args.type..' cannot be changed.' } | ||
else | else | ||
rows[2] = { 'read/ | rows[2] = { 'read/set', 'This '..args.type..' can be changed, as well as read.' } | ||
end | end | ||
local widths = { 120, 400 } | local widths = { 120, 400 } |
edits