Commit: 0bf8674946679af35b4b21416e5dd4898d1e5eb3 Author: Rasmus Lerdorf <[email protected]> Thu, 10 Dec 2015 07:31:50 -0800 Parents: 6dfe22ee90e5b7b310beb004ee5c637e51ee64e4 Branches: master
Link: http://git.php.net/?p=web/wiki.git;a=commitdiff;h=0bf8674946679af35b4b21416e5dd4898d1e5eb3 Log: Fix grammar Changed paths: M dokuwiki/lib/plugins/phpreg/action.php Diff: diff --git a/dokuwiki/lib/plugins/phpreg/action.php b/dokuwiki/lib/plugins/phpreg/action.php index 0a8c6d2..9d361ea 100644 --- a/dokuwiki/lib/plugins/phpreg/action.php +++ b/dokuwiki/lib/plugins/phpreg/action.php @@ -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); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
