From 6411ea4c9ec22f354fb6a537d274302b1cde3319 Mon Sep 17 00:00:00 2001 From: danmarsden Date: Sun, 21 Dec 2008 21:27:28 +0000 Subject: [PATCH] typo:MDL-17719 - thanks Nicolas Martignoni --- lang/en_utf8/forum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/forum.php b/lang/en_utf8/forum.php index b324a0f364..dbaff4e738 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -53,7 +53,7 @@ $string['cannotremovesubscriber'] = 'Could not remove subscriber with id $a from $string['cannotreply'] = 'You cannot reply to this post'; $string['cannotfindorcreateforum'] = 'Could not find or create a main news forum for the site'; $string['cannotfindfirstpost'] = 'Could not find the first post in this forum'; -$string['cannotfinddisscussion'] = 'Could not find the discussion in this forum'; +$string['cannotfinddiscussion'] = 'Could not find the discussion in this forum'; $string['cannotfindparentpost'] = 'Could not find top parent of post $a'; $string['cannottrack'] = 'Could not stop tracking that forum'; $string['cannotmovefromsingleforum'] = 'Cannot move discussion from a simple single discussion forum'; -- 2.39.5