# HG changeset patch # User Paul Issott # Date 1487875954 0 # Node ID 6db228036db577e10f3e80ec8c6fb1064552fe42 # Parent 0cd81dfe65e932ad3b38fbbc2b17d3e1b62425b9 Tiny edits diff -r 0cd81dfe65e9 -r 6db228036db5 web/bugs.cgi --- a/web/bugs.cgi Thu Feb 23 01:27:10 2017 +0100 +++ b/web/bugs.cgi Thu Feb 23 18:52:34 2017 +0000 @@ -360,8 +360,8 @@ for msg in $(ls -1tr $bugdir/$id/msg.*) do # - # MSG="`tazlocale` should do the work..." make msg.N unsoursable - # Move to text file fo msg content, ex: msg.1.conf msg.1.txt + # MSG="`tazlocale` should do the work..." make msg.N unsourcable + # Move to text file for msg content, ex: msg.1.conf msg.1.txt # if ! . ${msg}; then echo "
"
diff -r 0cd81dfe65e9 -r 6db228036db5 web/plugins/mybugs/mybugs.cgi
--- a/web/plugins/mybugs/mybugs.cgi	Thu Feb 23 01:27:10 2017 +0100
+++ b/web/plugins/mybugs/mybugs.cgi	Thu Feb 23 18:52:34 2017 +0000
@@ -9,7 +9,7 @@
 	html_header
 	user_box
 	if ! check_auth; then
-		echo "You must be logged to view user bugs" 
+		echo "You must be logged in to view user bugs" 
 		html_footer && exit 0
 	fi
 	if [ "$(GET user)" ]; then
diff -r 0cd81dfe65e9 -r 6db228036db5 web/plugins/mybugs/user.sh
--- a/web/plugins/mybugs/user.sh	Thu Feb 23 01:27:10 2017 +0100
+++ b/web/plugins/mybugs/user.sh	Thu Feb 23 18:52:34 2017 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# This script display bug for a given user. A copy is used on SCN to
+# This script displays bugs for a given user. A copy is used on SCN to
 # display user bugs on profile page with a custom config file to set
 # $bugdir.
 #
diff -r 0cd81dfe65e9 -r 6db228036db5 web/plugins/users/users.cgi
--- a/web/plugins/users/users.cgi	Thu Feb 23 01:27:10 2017 +0100
+++ b/web/plugins/users/users.cgi	Thu Feb 23 18:52:34 2017 +0000
@@ -216,7 +216,7 @@
 			cat $PEOPLE/$USER/profile.txt | wiki_parser
 		fi
 		
-		# Run user.sh that plugins can provide to add content to a profile
+		# Run user.sh so that plugins can provide to add content to a profile
 		for script in $(ls $plugins/*/user.sh); do
 			. ${script}
 		done