You have the name of a plugin, then right after that, the description.
Then without any spacing, there's a description for another plugin. I have
to carefully read the whole thing to see to distinguish one from another.
This is bad.
There should be at least a blank line between the plugins and preferably
the description should be put on the line after the name of the plugin.
So instead of this (which is how it looks):
It should be like this:Babelfish: Translate blog entries (trash!)
Static Pages: Shows static pages inside your blog with your blogs design and all formattings. Adds a new menu item to the admin interface.
Picture of the author: Shows a picture of the author to each entry. The image file must be placed in the "img" Subfolder of your selected template and be called like the authorname. All special characters (quotes, spaces, ...) must be replaced by an "_" inside the filename.
...
If the whole thing's done with a script I think it'd be pretty easy to fix it.Babelfish
Translate blog entries (trash!)
Static Pages
Shows static pages inside your blog with your blogs design and all formattings. Adds a new menu item to the admin interface.
Picture of the author
Shows a picture of the author to each entry. The image file must be placed in the "img" Subfolder of your selected template and be called like the authorname. All special characters (quotes, spaces, ...) must be replaced by an "_" inside the filename.
...
Oh, and the description part shouldn't be clickable. Just the name only.