diff --git a/admin/tool/policy/lang/en/tool_policy.php b/admin/tool/policy/lang/en/tool_policy.php index 001758fd947..da07731192c 100644 --- a/admin/tool/policy/lang/en/tool_policy.php +++ b/admin/tool/policy/lang/en/tool_policy.php @@ -42,7 +42,7 @@ $string['activate'] = 'Set status to "Active"'; $string['activating'] = 'Activating a policy'; $string['activateconfirm'] = '
You are about to activate policy \'{$a->name}\' and make the version \'{$a->revision}\' the current one.
All users will be required to agree to this new policy version to be able to use the site.
'; $string['activateconfirmyes'] = 'Activate'; -$string['agreepolicies'] = 'Please agree to the following policies'; +$string['agreepolicies'] = 'Please agree to the following policies:'; $string['backtoprevious'] = 'Go back to previous page'; $string['backtotop'] = 'Back to top'; $string['cachedef_policy_optional'] = 'Cache of the optional/compulsory flag for policy versions'; @@ -74,8 +74,8 @@ $string['filterplaceholder'] = 'Search keyword or select filter'; $string['filterpolicy'] = 'Policy: {$a}'; $string['guestconsent:continue'] = 'Continue'; $string['guestconsentmessage'] = 'If you continue browsing this website, you agree to our policies:'; -$string['iagree'] = 'I agree to the {$a}'; -$string['idontagree'] = 'No thanks, I decline {$a}'; +$string['iagree'] = 'I agree to the {$a}.'; +$string['idontagree'] = 'I don\'t agree to the {$a}.'; $string['iagreetothepolicy'] = 'Give consent'; $string['inactivate'] = 'Set status to "Inactive"'; $string['inactivating'] = 'Inactivating a policy'; @@ -94,9 +94,9 @@ $string['newpolicy'] = 'New policy'; $string['newversion'] = 'New version'; $string['noactivepolicies'] = 'There are no policies with an active version.'; $string['nofiltersapplied'] = 'No filters applied'; -$string['nopermissiontoagreedocs'] = 'No permission to agree to the policies'; +$string['nopermissiontoagreedocs'] = 'No permission to agree to the policies.'; $string['nopermissiontoagreedocs_desc'] = 'Sorry, you do not have the required permissions to agree to the policies.You can see the status of your assignment submission.
'; $string['submissioncopiedsmall'] = 'You have copied your previous assignment submission for {$a->assignment}'; $string['submissiondrafts'] = 'Require students to click the submit button'; -$string['submissiondrafts_help'] = 'If enabled, students will have to click a submit button to declare their submission as final. This allows students to keep a draft version of the submission on the system. If this setting is changed from "No" to "Yes" after students have already submitted, those submissions will be regarded as final.'; +$string['submissiondrafts_help'] = 'Should students have a submit button to indicate when they have finished making changes to their submission and it is ready for grading?'; $string['submissioneditable'] = 'Student can edit this submission'; $string['submissionlog'] = 'Student: {$a->fullname}, Status: {$a->status}'; $string['submissionnotcopiedinvalidstatus'] = 'The submission was not copied because it has been edited since it was reopened.'; diff --git a/question/bank/managecategories/lang/en/qbank_managecategories.php b/question/bank/managecategories/lang/en/qbank_managecategories.php index fe1e1856665..7a461340c5f 100644 --- a/question/bank/managecategories/lang/en/qbank_managecategories.php +++ b/question/bank/managecategories/lang/en/qbank_managecategories.php @@ -26,5 +26,5 @@ $string['error:category'] = 'You must select a valid category'; $string['pluginname'] = 'Manage categories'; $string['privacy:preference:includesubcategories_filter_default'] = 'Indicates whether or not the "Also show questions from subcategories" filter option is enabled by default when the user views the question bank.'; -$string['questionsubcategoriesdisplayed'] = 'When selecting categories in the question bank, the "Also show questions from subcategories" option is used and are automatically included in the filter results.'; +$string['questionsubcategoriesdisplayed'] = 'When selecting categories in the question bank, the "Also show questions from subcategories" option is used, so questions from subcategories are included in the filter results.'; $string['questionsubcategoriesnotdisplayed'] = 'When selecting categories in the question bank, the "Also show questions from subcategories" option is not used, so questions from subcategories are not included in the filter results.'; diff --git a/theme/boost/lang/en/theme_boost.php b/theme/boost/lang/en/theme_boost.php index 44659b5bbd9..97b827640da 100644 --- a/theme/boost/lang/en/theme_boost.php +++ b/theme/boost/lang/en/theme_boost.php @@ -39,7 +39,7 @@ $string['loginbackgroundimage_desc'] = 'The image to display as a background for $string['nobootswatch'] = 'None'; $string['pluginname'] = 'Boost'; $string['presetfiles'] = 'Additional theme preset files'; -$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of the theme. See Boost presets for information on creating and sharing your own preset files, and see the Presets repository for presets that others have shared.'; +$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of a theme.'; $string['preset'] = 'Theme preset'; $string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.'; $string['privacy:metadata'] = 'The Boost theme does not store any personal data about any user.'; diff --git a/theme/classic/lang/en/theme_classic.php b/theme/classic/lang/en/theme_classic.php index 5f926ce7e21..2ed2627014b 100644 --- a/theme/classic/lang/en/theme_classic.php +++ b/theme/classic/lang/en/theme_classic.php @@ -32,7 +32,7 @@ $string['navbardark'] = 'Use a dark style navbar'; $string['navbardarkdesc'] = 'Swaps text and background colours for the navbar at the top of the page between dark and light.'; $string['pluginname'] = 'Classic'; $string['presetfiles'] = 'Additional theme preset files'; -$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of the theme. See Boost presets for information on creating and sharing your own preset files, and see the Presets repository for presets that others have shared.'; +$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of a theme.'; $string['preset'] = 'Theme preset'; $string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.'; $string['privacy:metadata'] = 'The Classic theme does not store any personal data.';