From 02f504729a4dea6e6cce9565b8f2647f74e4d0b3 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Fri, 29 Apr 2016 09:30:31 +0100 Subject: [PATCH] MDL-52154 lti: fix string errors Thanks to Helen --- mod/lti/lang/en/lti.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/lti/lang/en/lti.php b/mod/lti/lang/en/lti.php index 741fc941bf6..a08cd5b83f5 100644 --- a/mod/lti/lang/en/lti.php +++ b/mod/lti/lang/en/lti.php @@ -103,7 +103,7 @@ $string['configtoolurl'] = 'Default remote tool URL'; $string['configtypes'] = 'Enable LTI applications'; $string['configured'] = 'Configured'; $string['confirmtoolactivation'] = 'Are you sure you would like to activate this tool?'; -$string['courseactivitiesorresources'] = 'Course acitivities or resources'; +$string['courseactivitiesorresources'] = 'Course activities or resources'; $string['course_tool_types'] = 'Course tools'; $string['courseid'] = 'Course ID number'; $string['courseinformation'] = 'Course information'; @@ -354,7 +354,7 @@ $string['quickgrade'] = 'Allow quick grading'; $string['quickgrade_help'] = 'If enabled, multiple tools can be graded on one page. Add grades and comments then click the "Save all my feedback" button to save all changes for that page.'; $string['redirect'] = 'You will be redirected in few seconds. If you are not, press the button.'; $string['register'] = 'Register'; -$string['register_warning'] = 'The registration page seems to be taking a while to open. If it does not appear, check that you entered the correct URL in the configuration settings. If Moodle is using https, unsure the tool you are configuring supports https and you are using https in the URL.'; +$string['register_warning'] = 'The registration page seems to be taking a while to open. If it does not appear, check that you entered the correct URL in the configuration settings. If Moodle is using https, ensure the tool you are configuring supports https and you are using https in the URL.'; $string['registertype'] = 'Configure a new external tool registration'; $string['registration_options'] = 'Registration options'; $string['registrationname'] = 'Tool provider name'; -- 2.43.0