Closed (fixed)
Project:
Quiz
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2006 at 16:33 UTC
Updated:
9 Oct 2010 at 11:58 UTC
Jump to comment: Most recent file
There are still some strings that are not translatable.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 88676.patch | 2.49 KB | roychri |
Comments
Comment #1
add1sun commentedI think this has been addressed in the newest code for HEAD/5.
Comment #2
(not verified) commentedComment #3
roychri commentedI found many occurances of drupal_set_message() being called with a raw string, not using the t() function.
Here is a patch that handles all the ones I found.
Comment #4
sivaji_ganesh_jojodae commentedThanks for the patch, committted to quiz 4.x-dev.
Comment #5
roychri commentedThanks.