--- formfilter.module[1].bak	2007-02-15 21:03:50.719136900 +0100
+++ formfilter.module	2007-02-15 21:08:13.477171100 +0100
@@ -8,7 +8,7 @@
   if ($may_cache) {
     $items[] = array(
       'path' => 'admin/settings/formfilter',
-      'title' => t('formfilter'),
+      'title' => t('Form Filter'),
       'description' => t('Select what filtering to apply.'),
       'callback' => 'drupal_get_form',
       'callback arguments' => array('formfilter_admin_settings'),
@@ -33,7 +33,7 @@
   $form['formfilter_ui'] = array(
     '#type' => 'checkbox',
     '#title' => t('Filtering UI'),
-    '#description' => t('Check this option to provide a link, "filter this form" at the bottom of every form (for users with the "administer form filters" permission). Clicking the link will bring up a version of the form with checkboxes for filtering (hiding) unwanted elements.'),
+    '#description' => t('Check this option to provide a link, <em>Filter this form</em> at the bottom of every form (for users with the <em>administer form filters</em> permission). Clicking the link will bring up a version of the form with checkboxes for filtering (hiding) unwanted elements.'),
     '#default_value' => variable_get('formfilter_ui', 1),
   );
   $form['formfilter_simplify_node'] = array(
@@ -41,7 +41,7 @@
     '#title' => t('Simplify node form'),
     '#default_value' => variable_get('formfilter_simplify_node', 0),
     '#options' => array(t('Disabled'), t('Enabled')),
-    '#description' => t('Simplify the node form by pulling the "promote" and "sticky" options out of fieldsets and then putting all the fieldsets in one "advanced" fieldset.'),
+    '#description' => t('Simplify the node form by pulling the <em>Promote</em> and <em>Sticky</em> options out of fieldsets and then putting all the fieldsets in one <em>Advanced options</em> fieldset.'),
   );
   return system_settings_form($form);
 }
