From d1c1b6c9d7483a1c1d366eb35a2cf9a0706242d9 Mon Sep 17 00:00:00 2001 From: zencmp Date: Mon, 24 Jul 2017 22:32:47 +0300 Subject: [PATCH] localization page text string --- quiz.theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiz.theme.inc b/quiz.theme.inc index 235a156f..2ce5d910 100644 --- a/quiz.theme.inc +++ b/quiz.theme.inc @@ -79,7 +79,7 @@ function theme_quiz_progress($variables) { drupal_add_js(drupal_get_path('module', 'quiz') . '/js/quiz.jumper.js'); $output = ''; $output .= '
'; - $text = 'Page !x of @y'; + $text = t('Page').' !x '.t('of').' @y'; if ($variables['allow_jumping']) { // Show jump form.