Posted by archetwist on October 12, 2006 at 8:23pm
Jump to:
| Project: | Texy! |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Inside the texy.module on line 149 there is return 'Texy! tips: <a href="http://texy.info/en" target="_top">http://texy.info/en</a>...';. To make this string translatable it should be return t('Texy! tips: <a href="http://texy.info/en" target="_top">http://texy.info/en</a>...');.
Comments
#1
I fixed it in the latest version ;-) .
#2