Fix grammar

This commit is contained in:
Rasmus Lerdorf
2015-12-10 07:31:50 -08:00
parent 6dfe22ee90
commit 0bf8674946

View File

@ -57,7 +57,7 @@ class action_plugin_phpreg extends DokuWiki_Action_Plugin
$spam = isset($_POST['spam']) ? $_POST['spam'] : '';
$out = form_makeTextField(
'spam', $spam,
'To which email address do you have to send an email now?',
'To which email address do you have to send an email to now?',
'', 'block', array('size' => '50')
);
$event->data->insertElement($pos, $out);