浏览代码

Fixing spelling mistake

tokul 21 年之前
父节点
当前提交
7e99edbb7e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/bug_report/bug_report.php

+ 1 - 1
plugins/bug_report/bug_report.php

@@ -156,7 +156,7 @@ $body = htmlspecialchars($body_top . $body);
    echo "</li>\n";
 
    echo "<li>";
-   echo _("Check to see if you bug is already listed in the <a href=\"http://sourceforge.net/bugs/?group_id=311\">Bug List</a> 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 <a href=\"http://sourceforge.net/bugs/?group_id=311\">Bug List</a> on SourceForge. If it is, we already know about it and are trying to fix it.");
    echo "</li>\n";
    
    echo "<li>";