From 971937e7d04794de58185ffe0f52c2cd0731dddb Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Tue, 31 Jul 2012 15:30:38 +0800 Subject: [PATCH] MDL-34650 added MDLs to todo comment and deprecation comment. (also triggering an amos script here for the other MDL-34650 commit) AMOS BEGIN CPY [minute,form],[minute,core] CPY [month,form],[month,core] CPY [options,editor],[options,core] CPY [selectacourse,backup],[selectacourse,core] AMOS END --- lang/en/moodle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 6cd608c620f..ec475fa5bfb 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -1470,7 +1470,7 @@ $string['screenreaderuse'] = 'Screen reader'; $string['screenreaderyes'] = 'Yes'; $string['screenreaderuse_help'] = 'If set to yes, a more accessible interface is provided in various places such as chat.'; $string['screenshot'] = 'Screenshot'; -$string['search'] = 'Search'; // TODO rename to searchforums and move to mod_forum +$string['search'] = 'Search'; // TODO MDL-34652 rename to searchforums and move to mod_forum $string['search_help'] = 'For basic searching of one or more words anywhere in the text, just type them separated by spaces. All words longer than two characters are used. For advanced searching, press the search button without typing anything in the search box to access the advanced search form.'; @@ -1523,7 +1523,7 @@ $string['servererror'] = 'An error occurred whilst communicating with the server $string['serverlocaltime'] = 'Server\'s local time'; $string['setcategorytheme'] = 'Set category theme'; $string['settings'] = 'Settings'; -$string['shortname'] = 'Short name'; // @deprecated - use shortnamecourse or shortnameuser or some own context specific string +$string['shortname'] = 'Short name'; // @deprecated MDL-34652 - use shortnamecourse or shortnameuser or some own context specific string $string['shortnamecollisionwarning'] = '[*] = This shortname is already in use by a course and will need to be changed upon approval'; $string['shortnamecourse'] = 'Course short name'; $string['shortnamecourse_help'] = 'The short name of the course is displayed in the navigation and is used in the subject line of course email messages.';