diff --git a/quiz.pages.inc b/quiz.pages.inc index 224520a..0f98fd6 100644 --- a/quiz.pages.inc +++ b/quiz.pages.inc @@ -483,7 +483,7 @@ function theme_quiz_progress($variables) { $output = ''; $output .= '
'; - $output .= t('Question !x of @y', array('!x' => $current_question, '@y' => $num_of_question)); + $output .= t('Step !x of @y', array('!x' => $current_question, '@y' => $num_of_question)); $output .= '
' . "\n"; // Add div to be used by jQuery countdown if ($variables['time_limit']) {