* @category Horde * @copyright 2014-2017 Horde LLC * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ class IMP_Maillog_Log_Reply extends IMP_Maillog_Log_Base { /** */ protected $_action = 'reply'; /** */ protected function _getMessage() { return sprintf( _("You replied to this message on %s."), $this->date ); } }