diff --git a/gmap_location.module b/gmap_location.module index d425f4d750aab89acb46ca43b3e65289b172d1c6..ab7876ec762aafc22b44e4d9b98a265eb40647ad 100644 --- a/gmap_location.module +++ b/gmap_location.module @@ -460,7 +460,7 @@ function gmap_location_admin_settings() { $form['user']['gmap_user_map'] = array( '#type' => 'fieldset', - '#title' => t('User Map (map/users)'), + '#title' => t('User Map (map/user)'), '#tree' => TRUE, ); $form['user']['gmap_user_map']['macro'] = array( @@ -474,7 +474,7 @@ function gmap_location_admin_settings() { $form['user']['gmap_user_map']['header'] = array( '#type' => 'textarea', '#title' => t('Page header'), - '#description' => t('Text at the top of the user map.', array('@url' => url('map/users'))), + '#description' => t('Text at the top of the user map.', array('@url' => url('map/user'))), '#default_value' => $temp['header'], '#cols' => 50, '#rows' => 6,