aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2019-07-17 10:35:43 -0400
committerSolderpunk <solderpunk@sdf.org>2019-08-31 10:32:30 +0000
commit42910a499d31c1aba96c709bcd5cead5365f6f5c (patch)
tree484ebdd0206060feedf7051caca8afb551b75e60
parentDetermine pager from PAGER environment variable (diff)
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 <solderpunk@sdf.org>
-rwxr-xr-xtelem.lua2
1 files changed, 1 insertions, 1 deletions
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