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

open-keywords’s picture

agileware’s picture

Status: Active » Closed (fixed)

Thanks guys, look OK to me.