# HG changeset patch # User Paul Issott # Date 1487704342 0 # Node ID 7bf28563c0f65add09dbaa2c8c5d0e9be143924b # Parent c2e788b5405d50cb2f4abdcb2d2f05ce83c7da24 Tiny edits diff -r c2e788b5405d -r 7bf28563c0f6 TODO --- a/TODO Tue Feb 21 17:29:18 2017 +0100 +++ b/TODO Tue Feb 21 19:12:22 2017 +0000 @@ -1,5 +1,5 @@ - * Rethink message system, config in a file and msg in a sperate on + * Rethink message system, config in a file and msg in a separate one * Log bug activity in $bugdir/$id/bug.log * Hg integration by checking in commits if a bug was solved and then close it: hg commit -m "My msg [CLOSE=4]" diff -r c2e788b5405d -r 7bf28563c0f6 tazbug --- a/tazbug Tue Feb 21 17:29:18 2017 +0100 +++ b/tazbug Tue Feb 21 19:12:22 2017 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # TazBug Command line tool. Help to search and check bugs from cmdline. -# This tool use data from Tazbug 'textmode' plugin. +# This tool uses data from Tazbug 'textmode' plugin. # # Copyright (C) 2017 SliTaz GNU/Linux - BSD License # diff -r c2e788b5405d -r 7bf28563c0f6 web/plugins/textmode/textmode.cgi --- a/web/plugins/textmode/textmode.cgi Tue Feb 21 17:29:18 2017 +0100 +++ b/web/plugins/textmode/textmode.cgi Tue Feb 21 19:12:22 2017 +0000 @@ -45,7 +45,7 @@ $(cat $bugdir/$id/desc.txt) EOT else - echo "Can't found bug ID: $id" && exit 0 + echo "Can't find bug ID: $id" && exit 0 fi ;; *) diff -r c2e788b5405d -r 7bf28563c0f6 web/plugins/users/users.cgi --- a/web/plugins/users/users.cgi Tue Feb 21 17:29:18 2017 +0100 +++ b/web/plugins/users/users.cgi Tue Feb 21 19:12:22 2017 +0000 @@ -87,7 +87,7 @@ fi else - gettext "You must be logged to check or admin users" + gettext "You must be logged in to check on admin users" fi html_footer && exit 0 ;;