Please corect this code :
<label for="edit-pattern">Shadow Colour: </label>
to
<label for="edit-pattern">Pattern to Match When Used as a Filter: </label>
Line 440 in your module : t("Shadow Colour") to t("Pattern to Match When Used as a Filter"),,
'#description' => t(" [............], array('@input-formats-url' => url('admin/settings/filters'), '%inputformats' => 'Administer >> Site configuration >> Input formats')),'#title' => t("Shadow Colour"),
'#size' => 20,
);
Thank you for your nice module
Marcel Cozma
www.zetnet.ro
Comments
Comment #1
open-keywords commentedthis is already committed in the dev version
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/signwriter/...
Comment #2
agileware commentedThanks guys, look OK to me.