From 67fb6d3aaf746e79c587d8f8e7ac72587dc89a67 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 16 May 2003 06:40:46 +0000 Subject: [PATCH] Added a missing string --- lang/en/moodle.php | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.39.5