From 82ebf2af31cf8be96ac5b7fe0b3e06b34c25a738 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 16 Aug 2007 02:20:39 +0000 Subject: [PATCH] Fixed a typo, thanks Joseph MDL-10866 --- mod/forum/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 2bff3c127e..e1aa7cec89 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -3248,7 +3248,7 @@ function forum_get_subscribe_link($forum, $context, $messages = array(), $cantac } else { if (forum_is_subscribed($USER->id, $forum->id)) { $linktext = $messages['subscribed']; - $linktitle = get_string('subscribestopt', 'forum'); + $linktitle = get_string('subscribestop', 'forum'); } else { $linktext = $messages['unsubscribed']; $linktitle = get_string('subscribestart', 'forum'); -- 2.39.5