From a6df14fc53cf761012fd1d2a6a5bd94304ce1b19 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 18 Mar 2007 05:15:16 +0000 Subject: [PATCH] r1496: There's a string here in the parsed comments that we didn't mark --- includes/api_comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api_comment.php b/includes/api_comment.php index 2923f02..d87305e 100644 --- a/includes/api_comment.php +++ b/includes/api_comment.php @@ -84,7 +84,7 @@ class CommentAPI extends API $comment = $this->values['comment']; if ($this->values['parselinks']) { - $comment = str_replace('bug://new', 'New Bug', $comment); + $comment = str_replace('bug://new', '' . _('New Bug') . '', $comment); $comment = preg_replace('#bug://((report|problem)/)?([0-9]*)#i', 'bug \3', $comment); $comment = preg_replace('#(https?://|www\.)\S+#i', '\0', $comment); } -- 2.22.5