Posted by luco on January 15, 2013 at 7:20pm
1 follower
| Project: | Quiz |
| Version: | 7.x-4.0-alpha12 |
| Component: | Code - other |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
hey there,
I noticed there's a string in the results page that's really, really hard to translate.
if you see lines 39-41 of quiz-report-form.tpl.php:
<?php print t('Score')?>
<?php print drupal_render($sub_form['score'])?>
<?php print t('of') .' '. $sub_form['max_score']['#value']?>the 'Score' bit is OK, but translating 'of' with the current Translate interface is next to impossible.
I resorted to duplicating and editing the TPL, but isn't there an easier way? would you be willing to change that into something like 'Score @score of @total_score'? that would be a nice improvement!
thanks in advance,
Luciano