Closed (fixed)
Project:
Quiz
Version:
6.x-3.4
Component:
Code - Quiz module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2010 at 18:36 UTC
Updated:
19 Apr 2010 at 12:00 UTC
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.