# HG changeset patch # User Paul Issott # Date 1486892547 0 # Node ID 12c983066e52fa654bb3d772b71d593f8944a5fc # Parent b3511ea2c6a6241d414eb0cb341c59a96a2c4c88 Tiny edits diff -r b3511ea2c6a6 -r 12c983066e52 plugins/community/community.cgi --- a/plugins/community/community.cgi Sun Feb 12 01:23:48 2017 +0100 +++ b/plugins/community/community.cgi Sun Feb 12 09:42:27 2017 +0000 @@ -14,7 +14,7 @@ # Wall is only for logged users if ! check_auth; then - gettext "You must be logged to read the wall" + gettext "You must be logged in to read the wall" html_footer && exit 0 fi diff -r b3511ea2c6a6 -r 12c983066e52 plugins/forum/forum.cgi --- a/plugins/forum/forum.cgi Sun Feb 12 01:23:48 2017 +0100 +++ b/plugins/forum/forum.cgi Sun Feb 12 09:42:27 2017 +0000 @@ -163,7 +163,7 @@ html_header user_box if ! check_auth; then - gettext "You must be logged to create a new Forum post" + gettext "You must be logged in to create a new Forum post" html_footer && exit 0 fi # New post @@ -258,7 +258,7 @@ header "Location: $script?forum" ;; *\ hashtag\ *) - # Display an hashtag + # Display a hashtag hashtag="$(GET h)" header html_header diff -r b3511ea2c6a6 -r 12c983066e52 plugins/users/users.cgi --- a/plugins/users/users.cgi Sun Feb 12 01:23:48 2017 +0100 +++ b/plugins/users/users.cgi Sun Feb 12 09:42:27 2017 +0000 @@ -59,7 +59,7 @@ html_footer && exit 0 ;; *\ userslist\ *) - # List all users (slow if a llots a of accounts) + # List all users (slow if a lot a of accounts) d="Users" header html_header