Not translatable string
archetwist - October 12, 2006 - 20:23
| Project: | Texy! |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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>...');.

#1
I fixed it in the latest version ;-) .
#2