From ca6dd3edc54d6d4dd68e220e7309250ad8a1b123 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Mon, 15 Nov 2010 12:19:37 +0000 Subject: [PATCH] MDL-24405 reverting lang strings thanks to Chris Collman for review --- mod/lesson/lang/en/lesson.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mod/lesson/lang/en/lesson.php b/mod/lesson/lang/en/lesson.php index 3107e1fca49..66bb0d63342 100644 --- a/mod/lesson/lang/en/lesson.php +++ b/mod/lesson/lang/en/lesson.php @@ -36,14 +36,14 @@ $string['activitylink'] = 'Link to an activity'; $string['activitylink_help'] = 'To provide a link at the end of the lesson to another activity in the course, select the activity from the dropdown list.'; $string['activitylinkname'] = 'Go to: {$a}'; $string['addabranchtable'] = 'Add a content page'; -$string['addanendofbranch'] = 'Add a content end page'; +$string['addanendofbranch'] = 'Add an end of branch'; $string['addanewpage'] = 'Add a new page'; $string['addaquestionpage'] = 'Add a question page'; $string['addaquestionpagehere'] = 'Add a question page here'; $string['addbranchtable'] = 'Add a content page'; $string['addcluster'] = 'Add a cluster'; $string['addedabranchtable'] = 'Added a content page'; -$string['addedanendofbranch'] = 'Added a content end page'; +$string['addedanendofbranch'] = 'Added an end of branch'; $string['addedaquestionpage'] = 'Added a question page'; $string['addedcluster'] = 'Added a cluster'; $string['addedendofcluster'] = 'Added an end of cluster'; @@ -73,7 +73,7 @@ $string['cannotfindfirstpage'] = 'Could not find first page'; $string['cannotfindgrade'] = 'Error: could not find grades'; $string['cannotfindnewestgrade'] = 'Error: could not find newest grade'; $string['cannotfindnextpage'] = 'Lesson backup: Next page not found!'; -$string['cannotfindpagerecord'] = 'Add content end page: page record not found'; +$string['cannotfindpagerecord'] = 'Add end of branch: page record not found'; $string['cannotfindpages'] = 'Could not find lesson pages'; $string['cannotfindpagetitle'] = 'Confirm delete: page title not found'; $string['cannotfindpreattempt'] = 'Previous attempt record could not be found!'; @@ -150,7 +150,7 @@ $string['email'] = 'Email'; $string['emailallgradedessays'] = 'Email ALL graded essays'; $string['emailgradedessays'] = 'Email graded essays'; $string['emailsuccess'] = 'Emails sent successfully'; -$string['endofbranch'] = 'End of content'; +$string['endofbranch'] = 'End of branch'; $string['endofcluster'] = 'End of cluster'; $string['endofclustertitle'] = 'End of cluster'; $string['endoflesson'] = 'End of lesson';