public function getActionNameMap($rule_type)
 {
     return array(self::ACTION_BLOCK => pht('Block diff with message')) + parent::getActionNameMap($rule_type);
 }