After downloading and unzipping the 2.0 version from Github, the module itself gets listed (under "User interface" instead of "User Interface" - mind the lower caps i). but the actual name of the module is not shown.

The description and the dependencies are listed.

Comments

Carnix’s picture

Not true -- it's listed under the User Interface group, which because of the case issue ("I" instead of "i") makes it distinct from the "User interface" group which is the convention for all the other ui-related plugins (such as jQuery Update, jQuery plugins, jQuery UI, Wysiwyg, etc). The simple fix for this is to change the package entry in the module .info file to use a lower-case i.

Change line 5 to:

package = "User interface"