Skip to content

Commit

Permalink
MDL-77794 contentbank: fix plugin type language strings.
Browse files Browse the repository at this point in the history
AMOS BEGIN
 CPY [type_contentbank,core_plugin],[type_contenttype,core_plugin]
 CPY [type_contentbank_plural,core_plugin],[type_contenttype_plural,core_plugin]
AMOS END
  • Loading branch information
paulholden committed Mar 30, 2023
1 parent 6273e6f commit 4a603fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/en/plugin.php
Expand Up @@ -126,6 +126,8 @@
$string['type_calendartype_plural'] = 'Calendar types';
$string['type_contentbank'] = 'Content bank';
$string['type_contentbank_plural'] = 'Content bank plugins';
$string['type_contenttype'] = 'Content bank';
$string['type_contenttype_plural'] = 'Content bank plugins';
$string['type_customfield'] = 'Custom field';
$string['type_customfield_plural'] = 'Custom fields';
$string['type_coursereport'] = 'Course report';
Expand Down

0 comments on commit 4a603fe

Please sign in to comment.