tazbug rev 115

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Feb 11 09:56:12 2017 +0000 (2017-02-11)
parents 04dc52cb2d8d
children 8bda6c6b79a6
files web/bugs.cgi web/plugins/debug/debug.cgi web/plugins/skel/skel.cgi
line diff
     1.1 --- a/web/bugs.cgi	Sat Feb 11 00:24:25 2017 +0100
     1.2 +++ b/web/bugs.cgi	Sat Feb 11 09:56:12 2017 +0000
     1.3 @@ -457,7 +457,7 @@
     1.4  	if admin_user || [ "$user" == "$CREATOR" ]; then
     1.5  		continue
     1.6  	else
     1.7 -		gettext "You can't edit someone else bug!" && exit 0
     1.8 +		gettext "You can't edit someone else's bug!" && exit 0
     1.9  	fi
    1.10  	cat << EOT
    1.11  <h2>$(eval_gettext 'Edit Bug $bug')</h2>
     2.1 --- a/web/plugins/debug/debug.cgi	Sat Feb 11 00:24:25 2017 +0100
     2.2 +++ b/web/plugins/debug/debug.cgi	Sat Feb 11 09:56:12 2017 +0000
     2.3 @@ -28,7 +28,7 @@
     2.4  		fi
     2.5  	fi
     2.6  
     2.7 -	# Check for bug DB consitensy
     2.8 +	# Check for bug DB consistency
     2.9  	echo "<h3>Checking for bug.conf consistency</h3>"
    2.10  	for id in $(ls $bugdir | sort -g)
    2.11  	do
     3.1 --- a/web/plugins/skel/skel.cgi	Sat Feb 11 00:24:25 2017 +0100
     3.2 +++ b/web/plugins/skel/skel.cgi	Sat Feb 11 09:56:12 2017 +0000
     3.3 @@ -17,7 +17,7 @@
     3.4  	echo "<p>$(date)</p>"
     3.5  	
     3.6  	# Say we use files in $DATA/skel, sort them by date and simply cat
     3.7 -	# the files, this will create a simple blog :-) We may add post via
     3.8 +	# the files, this will create a simple blog :-) We may add posts via
     3.9  	# uploads or a HTML form.
    3.10  	
    3.11  	html_footer