From 7d59f03afd00940507a3eece57a12a868564301d Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Wed, 25 Jul 2007 13:54:25 +0000 Subject: [PATCH] MDL-10604: Add ability to add sub categories directly from category screens. --- lang/en_utf8/moodle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index a487fa710c..f7eec57558 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -36,6 +36,7 @@ $string['addnousersrecip'] = 'Add users who haven\'t accessed this $a to recipie $string['addresource'] = 'Add a resource...'; $string['address'] = 'Address'; $string['addstudent'] = 'Add student'; +$string['addsubcategory'] = 'Add a sub-category'; $string['addteacher'] = 'Add teacher'; $string['admin'] = 'Admin'; $string['adminbookmarks'] = 'Admin bookmarks'; -- 2.39.5