diff --git a/lang/en/attendance.php b/lang/en/attendance.php
index 7d7fdce..57a3977 100644
--- a/lang/en/attendance.php
+++ b/lang/en/attendance.php
@@ -138,7 +138,7 @@ $string['invalidsessionenddate'] = 'This date can not be earlier than the sessio
$string['invalidaction'] = 'You must select an action';
$string['jumpto'] = 'Jump to';
$string['maxpossible'] = 'Maximum possible';
-$string['maxpossible_help'] = 'Shows the maximum points and percentages that each user can reach if they receive the maximum points of each session not yet taken (past and future):
+$string['maxpossible_help'] = 'Shows the score each user can reach if they receive the maximum points in each session not yet taken (past and future):
- Points: maximum points each user can reach over all sessions.
- Percentage: maximum percentage each user can reach over all sessions.
@@ -324,18 +324,18 @@ $string['attendancenotset'] = 'You must set your attendance';
$string['export'] = 'Export';
$string['points'] = 'Points';
$string['oversessionstaken'] = 'Over taken sessions';
-$string['oversessionstaken_help'] = 'Shows the points and percentages of each user over the taken sessions:
+$string['oversessionstaken_help'] = 'Shows statistics for sessions where attendance has been taken:
- Sessions: number of already taken sessions.
- - Points: points due to each user based on the taken sessions.
- - Percentage: percentage of points due to each user over the maxium possible points of the taken sessions.
+ - Points: points awarded based on the taken sessions.
+ - Percentage: percentage of points awarded over the maxium possible points of the taken sessions.
';
$string['overallsessions'] = 'Over all sessions';
-$string['overallsessions_help'] = 'Shows the points and percentages of each user over all sessions including those not yet taken (past and future):
+$string['overallsessions_help'] = 'Shows statistics for all sessions including those not yet taken (past and future):
- Sessions: total number of sessions.
- - Points: points due to each user based on all sessions.
- - Percentage: percentage of points due to each user over the maxium possible points of all sessions.
+ - Points: points awarded based on the taken sessions.
+ - Percentage: percentage of points awarded over the maxium possible points for all sessions.
';
$string['pointssessionscompleted'] = 'Points over taken sessions';
$string['pointsallsessions'] = 'Points over all sessions';