There's a typo in the remind.module. "before" is misspelled as "bevor". Here's the corrected spelling.
$node = node_load(array("nid" => arg(2)));
$form .= form_select(t("Remind me about this event"), "time", $times, $array, t("Remind me at the selected times before start about this event."), 0, 1);
$form .= form_hidden("nid", arg(2));
$form .= form_submit(t("Remind me"));
Comments
Comment #1
killes@www.drop.org commentedfixed in the 4.4 and cvs version.
Comment #2
(not verified) commented