MDL-40351 course overview block: improved strings
authorHelen Foster <helen@moodle.org>
Fri, 10 Oct 2014 07:30:06 +0000 (08:30 +0100)
committerDan Poltawski <dan@moodle.com>
Fri, 10 Oct 2014 07:30:58 +0000 (08:30 +0100)
blocks/course_overview/lang/en/block_course_overview.php

index 96a4359..a78eaa7 100644 (file)
@@ -34,7 +34,7 @@ $string['defaultmaxcoursesdesc'] = 'Maximum courses which should be displayed on
 $string['expandall'] = 'Expand all course lists';
 $string['forcedefaultmaxcourses'] = 'Force maximum courses';
 $string['forcedefaultmaxcoursesdesc'] = 'If set then user will not be able to change his/her personal setting';
-$string['fullpath'] = 'Full path';
+$string['fullpath'] = 'All categories and subcategories';
 $string['hiddencoursecount'] = 'You have {$a} hidden course';
 $string['hiddencoursecountplural'] = 'You have {$a} hidden courses';
 $string['hiddencoursecountwithshowall'] = 'You have {$a->coursecount} hidden course ({$a->showalllink})';
@@ -48,15 +48,15 @@ $string['moveafterhere'] = 'Move {$a->movingcoursename} course after {$a->curren
 $string['movingcourse'] = 'You are moving: {$a->fullname} ({$a->cancellink})';
 $string['none'] = 'None';
 $string['numtodisplay'] = 'Number of courses to display: ';
-$string['onlyparentname'] = 'Only parent name';
+$string['onlyparentname'] = 'Parent category only';
 $string['otherexpanded'] = 'Other courses expanded';
 $string['pluginname'] = 'Course overview';
 $string['preservestates'] = 'Preserve expanded states';
 $string['shortnameprefix'] = 'Includes {$a}';
 $string['shortnamesufixsingular'] = ' (and {$a} other)';
 $string['shortnamesufixprural'] = ' (and {$a} others)';
-$string['showcategories'] = 'Show categories';
-$string['showcategoriesdesc'] = 'Should categories be displayed for each course boxes?';
+$string['showcategories'] = 'Categories to show';
+$string['showcategoriesdesc'] = 'Should course categories be displayed below each course?';
 $string['showchildren'] = 'Show children';
 $string['showchildrendesc'] = 'Should child courses be listed underneath the main course title?';
 $string['showwelcomearea'] = 'Show welcome area';