get_string() strange output

Re: get_string() strange output

by A. Obeid -
Number of replies: 0

Hi

simple way:

change 

$mform->addElement('checkbox', 'checkbox', get_string('I accept policy'));

to 

$mform->addElement('checkbox', 'checkbox', 'I accept policy'); 

Normal way is:

 add your string variable to language file