Skip to content

Commit

Permalink
quiz NOBUG Attempt {$a} was appearing on the view page. Need a new la…
Browse files Browse the repository at this point in the history
…ng string.
  • Loading branch information
timhunt committed Aug 3, 2010
1 parent e5b425d commit e10367a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mod/quiz/lang/en/quiz.php
Expand Up @@ -97,6 +97,7 @@
$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';
Expand Down
2 changes: 1 addition & 1 deletion mod/quiz/view.php
Expand Up @@ -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[] = '';
}
Expand Down

0 comments on commit e10367a

Please sign in to comment.