Index: faq.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/faq/faq.module,v
retrieving revision 1.1.4.59
diff -u -r1.1.4.59 faq.module
--- faq.module  28 Sep 2007 09:57:44 -0000      1.1.4.59
+++ faq.module  28 Sep 2007 10:47:20 -0000
@@ -1,5 +1,5 @@
 <?php
-// $Id: faq.module,v 1.1.4.59 2007/09/28 09:57:44 snpower Exp $
+// $Id: faq.module,v 1.1.4.52 2007/07/18 15:57:54 snpower Exp $

 /**
  * Display help and module information
@@ -715,7 +715,7 @@
   }

   $desc = '';
-  $faq_description = variable_get('faq_description', '');
+  $faq_description = t(variable_get('faq_description', ''));
   $format = variable_get('faq_description_format', 0);
   if ($format) {
     $faq_description = check_markup($faq_description, $format, FALSE);
