diff --git a/mollom.module b/mollom.module index 93fdd3c..20c9f07 100644 --- a/mollom.module +++ b/mollom.module @@ -1522,7 +1522,7 @@ function _mollom_format_message_falsepositive($form_state, $data) { $params += array_intersect_key($data, array_flip(array('authorName', 'authorMail'))); $params['url'] = $GLOBALS['base_root'] . request_uri(); $report_url .= '?' . drupal_http_build_query($params); - return t('If you feel this is in error, please report that you are blocked.', array( + return t('If you feel this is an error, please report that you are blocked.', array( '@report-url' => $report_url, )); }