From: gustav_delius Date: Mon, 16 Aug 2004 10:09:54 +0000 (+0000) Subject: put recently deleted outdated language string back in so that the language pack will... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=25c3c05796d048ac7226f0267807ad0440369368;p=moodle.git put recently deleted outdated language string back in so that the language pack will work with old versions. --- diff --git a/lang/en/forum.php b/lang/en/forum.php index f01bfd2d26..8ef3c04200 100644 --- a/lang/en/forum.php +++ b/lang/en/forum.php @@ -149,6 +149,7 @@ $string['subscription'] = 'Subscription'; $string['subscriptions'] = 'Subscriptions'; $string['unsubscribe'] = 'Unsubscribe from this forum'; $string['unsubscribed'] = 'Unsubscribed'; +$string['unsubscribeshort'] = 'Unsubscribe'; $string['youratedthis'] = 'You rated this'; $string['yournewtopic'] = 'Your new discussion topic'; $string['yourreply'] = 'Your reply';