tinycm rev 89

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Feb 12 09:42:27 2017 +0000 (2017-02-12)
parents b3511ea2c6a6
children a71109243276
files plugins/community/community.cgi plugins/forum/forum.cgi plugins/users/users.cgi
line diff
     1.1 --- a/plugins/community/community.cgi	Sun Feb 12 01:23:48 2017 +0100
     1.2 +++ b/plugins/community/community.cgi	Sun Feb 12 09:42:27 2017 +0000
     1.3 @@ -14,7 +14,7 @@
     1.4  		
     1.5  		# Wall is only for logged users
     1.6  		if ! check_auth; then
     1.7 -			gettext "You must be logged to read the wall" 
     1.8 +			gettext "You must be logged in to read the wall" 
     1.9  			html_footer && exit 0
    1.10  		fi
    1.11  		
     2.1 --- a/plugins/forum/forum.cgi	Sun Feb 12 01:23:48 2017 +0100
     2.2 +++ b/plugins/forum/forum.cgi	Sun Feb 12 09:42:27 2017 +0000
     2.3 @@ -163,7 +163,7 @@
     2.4  			html_header
     2.5  			user_box
     2.6  			if ! check_auth; then
     2.7 -				gettext "You must be logged to create a new Forum post"
     2.8 +				gettext "You must be logged in to create a new Forum post"
     2.9  				html_footer && exit 0
    2.10  			fi
    2.11  			# New post
    2.12 @@ -258,7 +258,7 @@
    2.13  			header "Location: $script?forum" ;;
    2.14  		
    2.15  		*\ hashtag\ *)
    2.16 -			# Display an hashtag
    2.17 +			# Display a hashtag
    2.18  			hashtag="$(GET h)"
    2.19  			header
    2.20  			html_header
     3.1 --- a/plugins/users/users.cgi	Sun Feb 12 01:23:48 2017 +0100
     3.2 +++ b/plugins/users/users.cgi	Sun Feb 12 09:42:27 2017 +0000
     3.3 @@ -59,7 +59,7 @@
     3.4  		html_footer && exit 0 ;;
     3.5  		
     3.6  	*\ userslist\ *)
     3.7 -		# List all users (slow if a llots a of accounts)
     3.8 +		# List all users (slow if a lot a of accounts)
     3.9  		d="Users"
    3.10  		header
    3.11  		html_header