"The following tokens or token types are missing required name and description information:"

Yet the code to check is:

elseif (!isset($type_info['name']) || !isset($type_info['description'])) {

in token.install

so the text needs to be corrected to say:

"The following tokens or token types are missing required name or description information:"

Comments

Dave Reid’s picture

Status: Active » Fixed

I changed it to "and/or" since it could be either or both.
http://drupalcode.org/project/token.git/commit/855a110

Status: Fixed » Closed (fixed)

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