Hi...
I've also found some small bugs during translation.
a) In persistent_login.install line 43 there is text:
T('Why this entry was deleted from the {persistent_login} table.')
It should be enclosed by t() because some tools like pox module have problems with extracting this text for translation.
b) There is also problem with text in function persistent_login_menu(), file persistent_login.module. It should be enclosed with t().
"Control Persistent Login session lifetime and restricted pages."
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | patch-339789-1.txt | 638 bytes | markus_petrux |
Comments
Comment #1
markus_petrux commentedAFAIK, b) is not necessary in D6. Please, see: Titles and Descriptions should no longer be wrapped in t().
Attached patch fixes a).
Cheers
Comment #2
markus_petrux commentedPatch in #1 was wrong since texts in schemas are no longer wrapped into t().
Fixed in CVS.