diff options
author | Ryan Kavanagh <rak@rak.ac> | 2019-07-17 10:35:43 -0400 |
---|---|---|
committer | Solderpunk <solderpunk@sdf.org> | 2019-08-31 10:32:30 +0000 |
commit | 42910a499d31c1aba96c709bcd5cead5365f6f5c (patch) | |
tree | 484ebdd0206060feedf7051caca8afb551b75e60 /telem.lua | |
parent | Determine 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>
Diffstat (limited to '')
-rwxr-xr-x | telem.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |