Skip to content
Snippets Groups Projects
Commit 205b6985 authored by Brandon Bergren's avatar Brandon Bergren
Browse files

#286159 by Cobalt747@drupaler.ru, gmap side. Add missing t()s.

parent aefd6f28
No related branches found
No related tags found
No related merge requests found
......@@ -387,7 +387,7 @@ function gmap_location_admin_settings() {
'#type' => 'radios',
'#title' => t('Enable the Google Map API geocoding'),
'#default_value' => variable_get('gmap_geocode', 1),
'#options' => array(1 => 'Enabled', 0 => 'Disabled'),
'#options' => array(1 => t('Enabled'), 0 => t('Disabled')),
);
$form['user'] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment