MDL-37537 completion: Fix incorrect lang string reference in block

This commit is contained in:
Aaron Barnes 2013-04-06 23:33:19 +13:00
parent 422f68fb86
commit 15b97a9f21

View File

@ -200,9 +200,9 @@ if (empty($completions)) {
echo '(<i>';
if ($agg == COMPLETION_AGGREGATION_ALL) {
echo strtolower(get_string('aggregateall', 'completion'));
echo strtolower(get_string('all', 'completion'));
} else {
echo strtolower(get_string('aggregateany', 'completion'));
echo strtolower(get_string('any', 'completion'));
}
echo '</i> '.strtolower(get_string('required')).')';