AMOS START
MOV [loancalc,block_loancalc],[pluginname,block_loancalc]
AMOS END
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;
}
$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';