AJAX enrolment uses proper {$a} placeholder

We now have M.util.get_string() that should be used instead of custom
replacement. Otherwise the placeholder is not detected in AMOS
web translator.
This commit is contained in:
David Mudrak 2010-11-16 18:02:14 +00:00
parent 2246f9f6bd
commit 049e880cce
4 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@
$string['actenrolshhdr'] = 'Available course enrolment plugins';
$string['addinstance'] = 'Add method';
$string['ajaxoneuserfound'] = '1 user found';
$string['ajaxxusersfound'] = '[users] users found';
$string['ajaxxusersfound'] = '{$a} users found';
$string['ajaxnext25'] = 'Next 25...';
$string['assignnotpermitted'] = 'You do not have permission or can not assign roles in this course.';
$string['configenrolplugins'] = 'Please select all required plugins and arrange then in appropriate order.';