mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-32941 fix criteriaerror exception code + wrong phpdoc scope
This commit is contained in:
parent
d6ebe011b6
commit
8c507544d4
2 changed files with 11 additions and 12 deletions
|
@ -54,6 +54,7 @@ $string['createtokenforuserauto'] = 'Create a token for a user automatically';
|
|||
$string['createtokenforuserdescription'] = 'Create a token for the web services user.';
|
||||
$string['createuser'] = 'Create a specific user';
|
||||
$string['createuserdescription'] = 'A web services user is required to represent the system controlling Moodle.';
|
||||
$string['criteriaerror'] = 'Missing permissions to search on a criteria.';
|
||||
$string['default'] = 'Default to "{$a}"';
|
||||
$string['deleteaservice'] = 'Delete service';
|
||||
$string['deleteservice'] = 'Delete the service: {$a->name} (id: {$a->id})';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue