From: moodler Date: Fri, 16 May 2003 06:40:46 +0000 (+0000) Subject: Added a missing string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=67fb6d3aaf746e79c587d8f8e7ac72587dc89a67;p=moodle.git Added a missing string --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index e2539888d6..479c2585d8 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -6,6 +6,7 @@ $string['thischarset'] = "iso-8859-1"; // The best charset to use for this lang $string['action'] = "Action"; $string['activities'] = "Activities"; $string['activity'] = "Activity"; +$string['activityiscurrentlyhidden'] = "Sorry, this activity is currently hidden"; $string['activitymodule'] = "Activity module"; $string['activityreport'] = "Activity report"; $string['add'] = "Add"; @@ -517,6 +518,7 @@ $string['removecreator'] = "Remove course creator"; $string['removeteacher'] = "Remove teacher"; $string['rename'] = "Rename"; $string['resources'] = "Resources"; +$string['restore'] = "Restore"; $string['returningtosite'] = "Returning to this web site?"; $string['requireskey'] = "This course requires an enrolment key"; $string['revert'] = "Revert";