--- contact.module	2007-06-11 14:48:23.000000000 +0300
+++ contact.module.new	2007-06-11 14:39:36.000000000 +0300
@@ -428,7 +428,7 @@ function contact_mail_page() {
 
   if (count($categories) > 0) {
     $form['#token'] = $user->name . $user->mail;
-    $form['contact_information'] = array('#value' => filter_xss_admin(variable_get('contact_form_information', t('You can leave a message using the contact form below.'))));
+    $form['contact_information'] = array('#value' => t(filter_xss_admin(variable_get('contact_form_information', 'You can leave a message using the contact form below.'))));
     $form['name'] = array('#type' => 'textfield',
       '#title' => t('Your name'),
       '#maxlength' => 255,
