From a9330c48ad629f78d3d52c2a717f7b9d23e32ae7 Mon Sep 17 00:00:00 2001 From: renwique <renwique@gmail.com> Date: Fri, 16 Nov 2012 14:17:46 -0600 Subject: [PATCH] Update include/client/open.inc.php Grammatical corrections --- include/client/open.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/client/open.inc.php b/include/client/open.inc.php index 2fd076100..275e856de 100644 --- a/include/client/open.inc.php +++ b/include/client/open.inc.php @@ -57,7 +57,7 @@ $info=($_POST && $errors)?Format::htmlchars($_POST):$info; <td class="required">Help Topic:</td> <td> <select id="topicId" name="topicId"> - <option value="" selected="selected">— Select a Help Topics —</option> + <option value="" selected="selected">— Select a Help Topic —</option> <?php if($topics=Topic::getPublicHelpTopics()) { foreach($topics as $id =>$name) { @@ -82,7 +82,7 @@ $info=($_POST && $errors)?Format::htmlchars($_POST):$info; <tr> <td class="required">Message:</td> <td> - <div><em>Please provide as much details as possible so we can best assist you.</em> <font class="error">* <?php echo $errors['message']; ?></font></div> + <div><em>Please provide as much detail as possible so we can best assist you.</em> <font class="error">* <?php echo $errors['message']; ?></font></div> <textarea id="message" cols="60" rows="8" name="message"><?php echo $info['message']; ?></textarea> </td> </tr> -- GitLab