'#description'=>t('Note: The view must contain a node by node id as an argument Global:Null'),
'#description'=>($this->view->base_table=='node')?t('Note: The view must contain an argument whose value is a node ID.'):t('Note: The view must contain an argument whose value is a node ID.').'<br />'.t("The view must contain 'Node: nid' as one of its fields because the view type is not 'Node'."),
);
$form['center_on_nodearg_arg']=array(
'#title'=>t('Argument'),
...
...
@@ -331,7 +336,7 @@ class gmap_plugin_style_gmap extends views_plugin_style {
'#type'=>'checkbox',
'#title'=>t('Highlight marker for node argument'),
'#description'=>t('Note: The view must contain a node by node id as an argument Global:Null'),
'#description'=>($this->view->base_table=='node')?t('Note: The view must contain an argument whose value is a node ID.'):t('Note: The view must contain an argument whose value is a node ID.').'<br />'.t("The view must contain 'Node: nid' as one of its fields because the view type is not 'Node'."),