--- /Users/Allegra/Desktop/bestreply.module
+++ bestreply.module
@@ -107,7 +107,7 @@
   $form['bestreply_node_types'] = array(
     '#type' => 'fieldset',
     '#title' => t('Node types'),
-    '#description' => t('Check the node types you want to be able to mark a comment as the !bestreply.', variable_get('bestreply_name', 'bestreply') ),
+    '#description' => t('Check the node types you want to be able to mark a comment as the !bestreply.', array('!bestreply' => variable_get('bestreply_name', 'bestreply')) ),
     '#collapsible' => TRUE,
     '#collapsed' => TRUE,
   );
