In the code there are examples of t() being used like:

  t('Override ' . $name . ' setting')

This really isn't all that good for translators. Instead it should be something like:

  t('Override !name setting', array('!name' => $name))

This allows the translators to put the variable where ever it is appropriate in the text.

You can find more detail at http://api.drupal.org/api/function/t/6

CommentFileSizeAuthor
#1 927856-wrap_t-1.patch13.25 KBredndahead
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

redndahead’s picture

Status: Active » Needs review
FileSize
13.25 KB

How does this look?

redndahead’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

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