mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
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:
parent
adb04fa32b
commit
61e2e77526
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user