--- gmap_location.module.orig	2009-07-07 16:26:51.000000000 +0200
+++ gmap_location.module	2009-07-07 16:32:02.000000000 +0200
@@ -61,7 +61,7 @@ function _gmap_location_node_map_default
 function gmap_location_menu() {
   $items['map/user'] = array(
     'type' => MENU_NORMAL_ITEM,
-    'title' => 'User locations',
+    'title' => t('User locations'),
     'access arguments' => array('show user map'),
     'page callback' => 'gmap_location_user_page',
   );
@@ -72,7 +72,7 @@ function gmap_location_menu() {
   );
   $items['map/node'] = array(
     'type' => MENU_NORMAL_ITEM,
-    'title' => 'Node locations',
+    'title' => t('Node locations'),
     'access arguments' => array('show node map'),
     'page callback' => 'gmap_location_node_page',
   );
@@ -84,7 +84,7 @@ function gmap_location_menu() {
   );
   $items['admin/settings/gmap_location'] = array(
     'type' => MENU_NORMAL_ITEM,
-    'title' => 'GMap Location',
+    'title' => t('GMap Location'),
     'access arguments' => array('administer site configuration'),
     'page callback' => 'drupal_get_form',
     'page arguments' => array('gmap_location_admin_settings'),
