quiz NOBUG Attempt {$a} was appearing on the view page. Need a new lang string.

This commit is contained in:
Tim Hunt
2010-08-03 10:55:22 +00:00
parent e5b425d8ce
commit e10367a4cf
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -97,6 +97,7 @@ $string['attempterror'] = 'You are not allowed to attempt this quiz at this time
$string['attemptfirst'] = 'First attempt';
$string['attemptincomplete'] = 'That attempt (by {$a}) is not yet completed.';
$string['attemptlast'] = 'Last attempt';
$string['attemptnumber'] = 'Attempt';
$string['attemptquiznow'] = 'Attempt quiz now';
$string['attempts'] = 'Attempts';
$string['attemptsallowed'] = 'Attempts allowed';
+1 -1
View File
@@ -181,7 +181,7 @@
$table->align = array();
$table->size = array();
if ($attemptcolumn) {
$table->head[] = get_string('attempt', 'quiz');
$table->head[] = get_string('attemptnumber', 'quiz');
$table->align[] = 'center';
$table->size[] = '';
}