Skip to content
Snippets Groups Projects
Commit 63d1c1e4 authored by falcon's avatar falcon
Browse files

#832798 reported by igorik: Fixed non-translateable string

parent 008c0150
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ function theme_multichoice_response($data) {
$cols[] = $alternative['answer'];
$rows[] = $cols;
if ($rowspan == 2) {
$rows[] = array('<strong>Feedback:</strong><div class="quiz_answer_feedback">' . $alternative['feedback'] . '</div>');
$rows[] = array('<strong>' . t('Feedback:') . '</strong><div class="quiz_answer_feedback">' . $alternative['feedback'] . '</div>');
}
}
return theme('table', NULL, $rows);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment