MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_section_links],[pluginname,block_section_links]
AMOS END
This commit is contained in:
Petr Skoda 2010-04-11 11:44:30 +00:00
parent adb04fa32b
commit 61e2e77526
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
class block_section_links extends block_base {
function init() {
$this->title = get_string('blockname', 'block_section_links');
$this->title = get_string('pluginname', 'block_section_links');
$this->version = 2007101511;
}

View File

@ -23,7 +23,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['blockname'] = 'Section Links';
$string['incbydesc1'] = 'This is the value the section is incremented each time a section link is displayed starting at 1.';
$string['incbydesc2'] = 'This is the value the section is incremented each time a section link is displayed starting at 1.';
$string['incby1'] = 'Increase by';
@ -34,5 +33,6 @@ $string['numsectionsdesc1'] = 'Once the number of sections in the course reaches
$string['numsectionsdesc2'] = 'Once the number of sections in the course reaches this number then the Alternative increment by value is used.';
$string['numsections1'] = 'Number of Sections';
$string['numsections2'] = 'Alternative Number of Sections';
$string['pluginname'] = 'Section Links';
$string['topics'] = 'Topics';
$string['weeks'] = 'Weeks';