10,735
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 1,698: | Line 1,698: | ||
end | end | ||
end | end | ||
table.sort(review, function(a,b) return a < b end) | |||
return "Please review the following stems. If all is okay, add <code>|check=1</code> to generate the tables." .. string.char(10) .. table.concat | return "Please review the following stems. If all is okay, add <code>|check=1</code> to generate the tables." .. string.char(10) .. table.concat(review, string.char(10)) | ||
end | end | ||
end | end |