--- flexifilter.components-patched.inc	2008-02-02 21:40:16.000000000 -0500
+++ flexifilter.components.inc	2008-01-21 19:48:28.000000000 -0500
@@ -41,10 +41,10 @@ function flexifilter_flexifilter_compone
 
   // Simple text operations
   $components['flexifilter_text_replace'] = array(
-    'label' => t('Text Replace'),
+    'label' => t('Simple Text Replace'),
     'description' => t('Does a primtive search & replace on the text.'),
     'callback' => 'flexifilter_component_text_simple_replace',
-    'group' => t('Text: Basic'),
+    'group' => t('Text: Simple'),
     'step' => 'either',
   );
   $components['flexifilter_text_regex'] = array(
@@ -62,24 +62,24 @@ function flexifilter_flexifilter_compone
     'step' => 'either',
   );
   $components['flexifilter_text_append'] = array(
-    'label' => t('Text Append'),
+    'label' => t('Simple Text Append'),
     'description' => t('Appends text to the end.'),
     'callback' => 'flexifilter_component_text_append',
-    'group' => t('Text: Basic'),
+    'group' => t('Text: Simple'),
     'step' => 'either',
   );
   $components['flexifilter_text_prepend'] = array(
-    'label' => t('Text Prepend'),
+    'label' => t('Simple Text Prepend'),
     'description' => t('Prepends text to the beginning.'),
     'callback' => 'flexifilter_component_text_prepend',
-    'group' => t('Text: Basic'),
+    'group' => t('Text: Simple'),
     'step' => 'either',
   );
   $components['flexifilter_text_substr'] = array(
-    'label' => t('Text Slice'),
+    'label' => t('Simple Text Slice'),
     'description' => t('"Slices" a certain number of characters off either end of the text.'),
     'callback' => 'flexifilter_component_text_substr',
-    'group' => t('Text: Basic'),
+    'group' => t('Text: Simple'),
     'step' => 'either',
   );
   $components['flexifilter_advanced_append'] = array(
