From 10a5fd3b631e2627ffd3a43e8d12b9e4fc7f4887 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 4 Sep 2014 11:49:21 +1200 Subject: [PATCH] tidy up string a bit. --- lang/en/attendance.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lang/en/attendance.php b/lang/en/attendance.php index 16fbca1..beb8c29 100644 --- a/lang/en/attendance.php +++ b/lang/en/attendance.php @@ -114,10 +114,9 @@ For example, if you have earned 8 of 10 points to date (80% attendance) and atte $string['gridcolumns'] = 'Grid columns'; $string['groupsession'] = 'Group'; $string['hiddensessions'] = 'Hidden sessions'; -$string['hiddensessions_help'] = ' -Session hides if course\'s start date older than its date. Change start date of course and hidden sessions will be shown. +$string['hiddensessions_help'] = 'Sessions are hidden if they are scheduled before the course start date. -You can use this feature to hide older sessions instead delete. Remember than only visible sessions using in Gradebook.'; +You can use this feature to hide older sessions instead of deleting them. Only visible sessions will appear in the Gradebook.'; $string['identifyby'] = 'Identify student by'; $string['includeall'] = 'Select all sessions'; $string['includenottaken'] = 'Include not taken sessions';