tazbug diff web/bugs.cgi @ rev 124

Fix Makefile
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 21 01:13:01 2017 +0100 (2017-02-21)
parents 039c90c60494
children 3033df849ec3
line diff
     1.1 --- a/web/bugs.cgi	Tue Feb 21 00:51:31 2017 +0100
     1.2 +++ b/web/bugs.cgi	Tue Feb 21 01:13:01 2017 +0100
     1.3 @@ -823,10 +823,10 @@
     1.4  
     1.5  <div id="tools">
     1.6  	$BUGS_TOOLS
     1.7 -	<a href="?closed">$(gettext 'View closed bugs')</a>
     1.8 +	<a href="?closed">$(gettext 'Closed bugs')</a>
     1.9  EOT
    1.10  		if check_auth; then
    1.11 -			echo "<a href='?newbug'>$(gettext 'Create a new bug')</a>"
    1.12 +			echo "<a href='?newbug'>$(gettext 'Create bug')</a>"
    1.13  			echo "$PLUGINS_TOOLS"
    1.14  		fi
    1.15  		cat << EOT