MDL-77794 contentbank: fix plugin type language strings.

AMOS BEGIN
 CPY [type_contentbank,core_plugin],[type_contenttype,core_plugin]
 CPY [type_contentbank_plural,core_plugin],[type_contenttype_plural,core_plugin]
AMOS END
This commit is contained in:
Paul Holden 2023-03-30 09:50:51 +01:00
parent 449a8b0b31
commit 8755738360
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

View File

@ -126,6 +126,8 @@ $string['type_calendartype'] = 'Calendar type';
$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';