Module:Shortcut: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(rewrite this without so many dependencies and with it hopefully easier to read)
(fix error message)
Line 25: Line 25:
error(string.format(
error(string.format(
'shortcut #%d was invalid (shortcuts must be strings of ' ..
'shortcut #%d was invalid (shortcuts must be strings of ' ..
'least one character in length)'
'at least one character in length)'
), 2)
), 2)
end
end