mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-15471 - fix typo inappropriate
Thanks Sam for spotting it!
This commit is contained in:
parent
50a6106409
commit
90762324f9
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ $string['tag:create'] = 'Create new tags';
|
||||||
$string['tag:edit'] = 'Edit existing tags';
|
$string['tag:edit'] = 'Edit existing tags';
|
||||||
$string['tag:editblocks'] = 'Edit blocks in tags pages';
|
$string['tag:editblocks'] = 'Edit blocks in tags pages';
|
||||||
$string['tag:manage'] = 'Manage all tags';
|
$string['tag:manage'] = 'Manage all tags';
|
||||||
$string['tag:flag'] = 'Flag tags as innappropriate';
|
$string['tag:flag'] = 'Flag tags as inappropriate';
|
||||||
$string['thisusersroles'] = 'This user\'s role assignments';
|
$string['thisusersroles'] = 'This user\'s role assignments';
|
||||||
$string['unassignarole'] = 'Unassign role {$a}';
|
$string['unassignarole'] = 'Unassign role {$a}';
|
||||||
$string['unassignerror'] = 'Error while unassigning the role {$a->role} from user {$a->user}.';
|
$string['unassignerror'] = 'Error while unassigning the role {$a->role} from user {$a->user}.';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue