Index: gmap.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/gmap/gmap.module,v
retrieving revision 1.90
diff -u -p -r1.90 gmap.module
--- gmap.module	24 Nov 2008 17:49:54 -0000	1.90
+++ gmap.module	24 Nov 2008 18:54:43 -0000
@@ -422,13 +422,13 @@ function gmap_dimension_validate(&$elem,
 function gmap_filter($op, $delta = 0, $format = -1, $text = '') {
   switch ($op) {
     case 'list':
-      return (array(0 => t('GMap filter')));
+      return (array(0 => t('GMap macro expander')));
 
     case 'name':
       return t('Google map filter');
 
     case 'description':
-      return t('converts a google map  macro into the html required for inserting a google map.');
+      return t('Converts a Google Map macro into the HTML required for inserting a Google Map.');
 
     case 'process':
       $gmaps = _gmap_prepare($text);   //returns an array of $tables[0] = table macro $table[1]= table html
