Skip to content

Commit

Permalink
MDL-52154 lti: fix string errors
Browse files Browse the repository at this point in the history
Thanks to Helen
  • Loading branch information
danpoltawski committed Apr 29, 2016
1 parent d4a41aa commit 02f5047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/lti/lang/en/lti.php
Expand Up @@ -103,7 +103,7 @@
$string['configtypes'] = 'Enable LTI applications'; $string['configtypes'] = 'Enable LTI applications';
$string['configured'] = 'Configured'; $string['configured'] = 'Configured';
$string['confirmtoolactivation'] = 'Are you sure you would like to activate this tool?'; $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['course_tool_types'] = 'Course tools';
$string['courseid'] = 'Course ID number'; $string['courseid'] = 'Course ID number';
$string['courseinformation'] = 'Course information'; $string['courseinformation'] = 'Course information';
Expand Down Expand Up @@ -354,7 +354,7 @@
$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['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['redirect'] = 'You will be redirected in few seconds. If you are not, press the button.';
$string['register'] = 'Register'; $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['registertype'] = 'Configure a new external tool registration';
$string['registration_options'] = 'Registration options'; $string['registration_options'] = 'Registration options';
$string['registrationname'] = 'Tool provider name'; $string['registrationname'] = 'Tool provider name';
Expand Down

0 comments on commit 02f5047

Please sign in to comment.