I'm attaching a patch from a translatable strings review. Most of the strings are fine, but very many are not translatable as they are missing t() function.
I may also found a security issue in:
'#title' => t('@label display options', array('@label' => $options[$selected])),
I have not verified the security issue itself, but trusting other modules/code to provide clean option strings could lead to code injection.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | taxonomy_display_Make+all+missing+module+strings+translatable2.patch | 6.54 KB | hass |
| taxonomy_display_Make+all+missing+module+strings+translatable.patch | 6.54 KB | hass |
Comments
Comment #1
hass commentedHeck, one bracket was wrong. New patch.
Comment #2
codycraven commentedCommitted and pushed to 7.x-1.x