Some strings in quiz.module are not translatable, for example in line 1281:
current
drupal_set_message('Last question skipped.', 'status');
must be
drupal_set_message(t('Last question skipped.'), 'status');
You can find several similar lines in quiz.module file, and maybe in other files too.
This issue is applicable for all higher version, for 6.x-4.0-beta3 and for development version.
Comments
Comment #1
sivaji_ganesh_jojodae commentedThanks committed to CVS.