Skip to content

Commit

Permalink
Dev Fixed texts
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Dec 19, 2017
1 parent d2906dc commit ce55e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/printablesurvey.php
Expand Up @@ -1298,7 +1298,7 @@ function index($surveyid, $lang = null)
}
}

$printarray['therearexquestions'] = sprintf(gT('There are % questions in this survey.'), $total_questions);
$printarray['therearexquestions'] = sprintf(gT('There are %s questions in this survey.'), $total_questions);

// START recursive tag stripping.
// PHP 5.1.0 introduced the count parameter for preg_replace() and thus allows this procedure to run with only one regular expression.
Expand Down

0 comments on commit ce55e14

Please sign in to comment.