MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_search],[pluginname,block_search]
AMOS END
This commit is contained in:
Petr Skoda
2010-04-11 11:42:57 +00:00
parent 0a0c06b428
commit 745a9d23da
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
class block_search extends block_base {
function init() {
$this->title = get_string('blockname', 'block_search');
$this->title = get_string('pluginname', 'block_search');
$this->cron = 1;
$this->version = 2008031500;
} //init
+1 -1
View File
@@ -23,7 +23,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['blockname'] = 'Global Search';
$string['blockssearchswitches'] = 'Indexer activation for blocks';
$string['bytes'] = 'bytes (0 stands for no limits)';
$string['configbuttonlabel'] = 'Button label';
@@ -42,6 +41,7 @@ $string['modulessearchswitches'] = 'Indexer activation for modules';
$string['nosearchableblocks'] = 'No searchable blocks';
$string['nosearchablemodules'] = 'No searchable modules';
$string['pdfhandling'] = 'Acrobat PDF handling';
$string['pluginname'] = 'Global Search';
$string['searchdiscovery'] = 'Searchable items discovery';
$string['searchmoodle'] = 'Search Moodle';
$string['usemoodleroot'] = 'Use moodle root for external converters';