tinycm diff index.cgi @ rev 53

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Jan 25 00:28:36 2014 +0000 (2014-01-25)
parents 6dfd1c3a2fdf
children 8a26630ccceb
line diff
     1.1 --- a/index.cgi	Fri Jan 24 23:08:48 2014 +0100
     1.2 +++ b/index.cgi	Sat Jan 25 00:28:36 2014 +0000
     1.3 @@ -775,7 +775,7 @@
     1.4  			html_footer && exit 0
     1.5  		fi
     1.6  		
     1.7 -		# Wiki tools and Hg warning if enable but not initiated
     1.8 +		# Wiki tools and Hg warning if enabled but not initiated
     1.9  		if [ "$HG" == "yes" ] && [ ! -d "$content/.hg" ]; then
    1.10  			echo '<p class="error box">'
    1.11  			gettext "Mercurial is enabled but no repository found"