The help given in the settings page is too long, and it takes most of the page (even using a resolution like 1280x1024).
The help in that page should be two lines, and the rest of the text should be moved in the module help text.

Also, normally in the text help appear a link saying More help that is automatically added from Drupal, if the module handles the help text for a specific page.

Comments

avpaderno’s picture

Title: Re-arrange the help text » Re-arrange, and change the help text

The help text includes too much HTML tags <p> that are passed to t(); the text should be split before those HTML tags, to avoid they are included in the string to translate.

It would be also better to put the help text on a single code line.

avpaderno’s picture

Status: Active » Fixed

The code has been changed, and committed in CVS.

Status: Fixed » Closed (fixed)

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