mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
lang MDL-23398 fix typo in an error message
This commit is contained in:
parent
62bf1746a2
commit
a4694f0e35
@ -403,7 +403,7 @@ $string['refoundtoorigi'] = 'Refunded to original amount: {$a}';
|
||||
$string['remotedownloaderror'] = 'Download of component to your server failed, please verify proxy settings, PHP cURL extension is highly recommended.<br /><br />You must download the <a href="{$a->url}">{$a->url}</a> file manually, copy it to "{$a->dest}" in your server and unzip it there.';
|
||||
$string['remotedownloadnotallowed'] = 'Download of components to your server isn\'t allowed (allow_url_fopen is disabled).<br /><br />You must download the <a href="{$a->url}">{$a->url}</a> file manually, copy it to "{$a->dest}" in your server and unzip it there.';
|
||||
$string['reportnotavailable'] = 'This type of report is only available for the site course';
|
||||
$string['requireloginerror'] = 'Cource or activity not accessible.';
|
||||
$string['requireloginerror'] = 'Course or activity not accessible.';
|
||||
$string['restorechecksumfailed'] = 'Some problem happened with the restore information stored in your session. Please check your PHP memory/DB package size limits. Restore stopped.';
|
||||
$string['restrictedcontextexception'] = 'Sorry, execution of external function violates context restriction.';
|
||||
$string['restricteduser'] = 'Sorry, but your current account "{$a}" is restricted from doing that';
|
||||
|
Loading…
x
Reference in New Issue
Block a user