The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t(check_plain($title)) in node_gallery.pages.inc on line 127. Read more at http://drupal.org/node/322732

Sorry to be a pain but I am getting this message upon extraction. Guess there is only a minor fix needed.

Comments

justintime’s picture

Status: Active » Fixed

Not a problem at all. If you didn't bring it up, the coder module would just before release.

FWIW, I actually removed the t() in this case. It was wrapping the title of a user gallery, and there's no way to wrap completely dynamic strings with t().

Status: Fixed » Closed (fixed)

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