From bdd4fce2976db1ba35755d9267316f9bd45179c8 Mon Sep 17 00:00:00 2001 From: tokul Date: Thu, 8 Apr 2004 12:50:16 +0000 Subject: [PATCH] Fixing spelling mistake git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7046 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/bug_report/bug_report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bug_report/bug_report.php b/plugins/bug_report/bug_report.php index 9fc9c32e..d7b9b24d 100644 --- a/plugins/bug_report/bug_report.php +++ b/plugins/bug_report/bug_report.php @@ -156,7 +156,7 @@ $body = htmlspecialchars($body_top . $body); echo "\n"; echo "
  • "; - echo _("Check to see if you bug is already listed in the Bug List on SourceForge. If it is, we already know about it and are trying to fix it."); + echo _("Check to see if your bug is already listed in the Bug List on SourceForge. If it is, we already know about it and are trying to fix it."); echo "
  • \n"; echo "
  • "; -- 2.25.1