diff --git a/columns_filter.module b/columns_filter.module
index 7c16f8c..76cf3c7 100644
--- a/columns_filter.module
+++ b/columns_filter.module
@@ -16,8 +16,7 @@
  */
 function columns_filter_filter_info() {
   $filters['columns_filter'] = array(
-    'title' => t('Columns Filter'),
-    'description' => t('Create column breaks with &lt;!--column-->.'),
+    'title' => t('Separate content into columns'),
     'prepare callback' => 'columns_filter_filter_prepare',
     'process callback' => 'columns_filter_filter_process',
     'tips callback'  => 'columns_filter_filter_tips'
