From d70d141846d5f7513a01ce1a77c4c662de22573b Mon Sep 17 00:00:00 2001 From: vyshane Date: Wed, 26 Apr 2006 02:48:57 +0000 Subject: [PATCH] Fix for: Bug #5337 - [[allchanges]] missing Added allchanges lang string. --- lang/en_utf8/moodle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 3fecb5eb4f..7472a919b1 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -80,6 +80,7 @@ $string['aimid'] = 'AIM ID'; $string['all'] = 'All'; $string['allactivities'] = 'All activities'; $string['allactions'] = 'All actions'; +$string['allchanges'] = 'All changes'; $string['alldays'] = 'All days'; $string['allfieldsrequired'] = 'All fields are required'; $string['allfiles'] = 'All files'; -- 2.39.5