diff --git a/mod/imscp/lang/en/imscp.php b/mod/imscp/lang/en/imscp.php index bb1c9552c66..22bdff9810a 100644 --- a/mod/imscp/lang/en/imscp.php +++ b/mod/imscp/lang/en/imscp.php @@ -30,8 +30,9 @@ $string['deploymenterror'] = 'Content package error!'; $string['imscpadministration'] = 'IMSCP Administration'; $string['keepold'] = 'Archive packages'; $string['keepoldexplain'] = 'How many packages should be archived?'; -$string['modulename'] = 'IMS Content Package'; -$string['modulenameplural'] = 'IMS Content packages'; +$string['modulename'] = 'IMS content package'; +$string['modulename_help'] = 'An IMS content package allows for packages created according to the IMS Content Packaging specification to be displayed in the course.'; +$string['modulenameplural'] = 'IMS content packages'; $string['navigation'] = 'Navigation'; $string['packagefile'] = 'Package file'; $string['toc'] = 'TOC';