diff --git a/lang/en/moodle.php b/lang/en/moodle.php index c65d695d3ce..e764dd1a3a9 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -1205,6 +1205,7 @@ $string['outline'] = 'Outline'; $string['outlinereport'] = 'Outline report'; $string['page'] = 'Page'; $string['pageheaderconfigablock'] = 'Configuring a block in %fullname%'; +$string['pagepath'] = 'Page path'; $string['pageshouldredirect'] = 'This page should automatically redirect. If nothing is happening please use the continue link below.'; $string['parentcategory'] = 'Parent category'; $string['parentcoursenotfound'] = 'Parent course not found!'; @@ -1614,6 +1615,7 @@ $string['thiscategorycontains'] = 'This category contains'; $string['time'] = 'Time'; $string['timezone'] = 'Timezone'; $string['to'] = 'To'; +$string['tocreatenewaccount'] = 'Skip to create new account'; $string['today'] = 'Today'; $string['todaylogs'] = 'Today\'s logs'; $string['toeveryone'] = 'to everyone'; @@ -1807,5 +1809,3 @@ $string['yourself'] = 'yourself'; $string['yourteacher'] = 'your {$a}'; $string['yourwordforx'] = 'Your word for \'{$a}\''; $string['zippingbackup'] = 'Zipping backup'; -$string['tocreatenewaccount'] = 'Skip to create new account'; -$string['pagepath'] = 'Page path:';