ZF-4443: Bad translation in Zend_Controller_Plugin french doc
Description
http://framework.zend.com/manual/fr/…
Section 8.10.1. Introduction
The description of the possible behavior when calling Zend_Controller_Request_Abstract::setDispatched(false)) in postDispatch is a poor copy/paste of the one for preDispatch().
{quote} Zend_Controller_Request_Abstract::setDispatched(false)), vous supprimez l'ordre de dispatching de celle-ci. {quote}
Should be {quote} Zend_Controller_Request_Abstract::setDispatched(false)), vous permettez qu'une autre action soit dispatchée. {quote}
Comments
Posted by julien PAULI (doctorrock83) on 2008-10-02T13:08:42.000+0000
r11603 has the fix. Thanks for your report :)