diff --git a/CODING_STANDARD b/CODING_STANDARD index e9f102e..b65d33d 100644 --- a/CODING_STANDARD +++ b/CODING_STANDARD @@ -72,8 +72,8 @@ if(!isset($appId)) 3) it makes it easier to understand where your vars are comming from (forms, session, etc.) - variables naming -variables that don't come from outside your script (i.e. that arent fetched from superglobals) should be named this way -(a.k.a hungariant notation): +variables that don't come from outside your script (i.e. that aren't fetched from superglobals) should be named this way +(a.k.a hungarian notation): prefix + var_name Where prefix is one of: diff --git a/admin/adminAppQueue.php b/admin/adminAppQueue.php index e901d5c..7bed61b 100644 --- a/admin/adminAppQueue.php +++ b/admin/adminAppQueue.php @@ -58,8 +58,8 @@ if ($_REQUEST['sub']) echo "an email will be sent to the author of the submission.

\n"; echo " App Version This type of application will be nested under the selected application parent.\n"; - echo "

Click delete to remove the selected item from the queue. An email will automatically be sent to the\n"; - echo "submitter to let them know the item was deleted.

\n\n"; + echo "

Click delete to remove the selected item from the queue an email will automatically be sent to the\n"; + echo "submitter to let him know the item was deleted.

\n\n"; echo "\n\n"; echo '',"\n"; diff --git a/admin/adminCommentView.php b/admin/adminCommentView.php index e9c4d4b..776ab7a 100644 --- a/admin/adminCommentView.php +++ b/admin/adminCommentView.php @@ -70,7 +70,7 @@ display_range($currentPage, $pageRange, $totalPages, $commentsPerPage); echo "
"; echo "
"; -/* display the option to choose how many comments per-page to disable */ +/* display the option to choose how many comments per-page to display */ echo "
"; echo "Number of comments per page:"; echo "