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."

CommentFileSizeAuthor
#1 patch-339789-1.txt638 bytesmarkus_petrux
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

markus_petrux’s picture

Status: Active » Needs review
FileSize
638 bytes

AFAIK, b) is not necessary in D6. Please, see: Titles and Descriptions should no longer be wrapped in t().

Attached patch fixes a).

Cheers

markus_petrux’s picture

Title: Some text are not marked as translatable » Fix translatable texts in schema
Status: Needs review » Fixed

Patch in #1 was wrong since texts in schemas are no longer wrapped into t().

Fixed in CVS.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.