tazbug rev 134

Tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Feb 21 19:12:22 2017 +0000 (2017-02-21)
parents c2e788b5405d
children b5f62d54152e
files TODO tazbug web/plugins/textmode/textmode.cgi web/plugins/users/users.cgi
line diff
     1.1 --- a/TODO	Tue Feb 21 17:29:18 2017 +0100
     1.2 +++ b/TODO	Tue Feb 21 19:12:22 2017 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  
     1.5 -	* Rethink message system, config in a file and msg in a sperate on
     1.6 +	* Rethink message system, config in a file and msg in a separate one
     1.7  	* Log bug activity in $bugdir/$id/bug.log
     1.8  	* Hg integration by checking in commits if a bug was solved
     1.9  	  and then close it: hg commit -m "My msg [CLOSE=4]"
     2.1 --- a/tazbug	Tue Feb 21 17:29:18 2017 +0100
     2.2 +++ b/tazbug	Tue Feb 21 19:12:22 2017 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  #!/bin/sh
     2.5  #
     2.6  # TazBug Command line tool. Help to search and check bugs from cmdline.
     2.7 -# This tool use data from Tazbug 'textmode' plugin.
     2.8 +# This tool uses data from Tazbug 'textmode' plugin.
     2.9  #
    2.10  # Copyright (C) 2017 SliTaz GNU/Linux - BSD License
    2.11  #
     3.1 --- a/web/plugins/textmode/textmode.cgi	Tue Feb 21 17:29:18 2017 +0100
     3.2 +++ b/web/plugins/textmode/textmode.cgi	Tue Feb 21 19:12:22 2017 +0000
     3.3 @@ -45,7 +45,7 @@
     3.4  $(cat $bugdir/$id/desc.txt)
     3.5  EOT
     3.6  		else
     3.7 -			echo "Can't found bug ID: $id" && exit 0
     3.8 +			echo "Can't find bug ID: $id" && exit 0
     3.9  		fi ;;
    3.10  	
    3.11  	*)
     4.1 --- a/web/plugins/users/users.cgi	Tue Feb 21 17:29:18 2017 +0100
     4.2 +++ b/web/plugins/users/users.cgi	Tue Feb 21 19:12:22 2017 +0000
     4.3 @@ -87,7 +87,7 @@
     4.4  			fi
     4.5  			
     4.6  		else
     4.7 -			gettext "You must be logged to check or admin users"
     4.8 +			gettext "You must be logged in to check on admin users"
     4.9  		fi
    4.10  		html_footer && exit 0 ;;
    4.11