From 42910a499d31c1aba96c709bcd5cead5365f6f5c Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 17 Jul 2019 10:35:43 -0400 Subject: Change thread "Author" to thread "Creator" It wasn't immediately clear what the author field denoted: the most recent poster or the person who created the thread. Calling the column "creator" in the thread listing removes this ambiguity. Signed-off-by: Solderpunk --- telem.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telem.lua b/telem.lua index 991544b..bb790c9 100755 --- a/telem.lua +++ b/telem.lua @@ -366,7 +366,7 @@ function do_messages() end -- Headers print(colourise("magenta", string.format("%s %s %s %s", stringx.ljust("ID",3), stringx.ljust("Created", 8), - stringx.ljust("Author",16), stringx.ljust("Subject",50)))) + stringx.ljust("Creator",16), stringx.ljust("Subject",50)))) -- Separator print(string.rep("-",79)) -- Messages -- cgit v1.2.3