mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-22054 converting block name strings to pluginname
AMOS START MOV [loancalc,block_loancalc],[pluginname,block_loancalc] AMOS END
This commit is contained in:
parent
8c5bba16cc
commit
4931465f06
@ -3,7 +3,7 @@
|
||||
class block_loancalc extends block_base {
|
||||
|
||||
function init() {
|
||||
$this->title = get_string('loancalc','block_loancalc');
|
||||
$this->title = get_string('pluginname','block_loancalc');
|
||||
$this->content_type = BLOCK_TYPE_TEXT;
|
||||
$this->version = 2007101509;
|
||||
}
|
||||
|
@ -26,9 +26,9 @@
|
||||
$string['amountofloan'] = 'Amount of loan';
|
||||
$string['fortnightly'] = 'Fortnightly';
|
||||
$string['interestrate'] = 'Interest rate';
|
||||
$string['loancalc'] = 'Loan calculator';
|
||||
$string['loanterm'] = 'Loan term (years)';
|
||||
$string['monthly'] = 'Monthly';
|
||||
$string['pluginname'] = 'Loan calculator';
|
||||
$string['repaymentamount'] = 'Repayment amount';
|
||||
$string['repaymentfreq'] = 'Repayment frequency';
|
||||
$string['weekly'] = 'Weekly';
|
||||
|
Loading…
x
Reference in New Issue
Block a user