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

Fix potx warning.

(cherry picked from commit 62cb91318ddbf045a98b55bd02682b0320cf0ccc)
parent 84241c7e
No related branches found
No related tags found
No related merge requests found
......@@ -465,7 +465,7 @@ function gmap_admin_settings(&$form_state) {
$form['gmap_markermanager']['clusterer'] = array(
'#type' => 'fieldset',
'#title' => t('Clusterer settings'),
'#description' => t("Clusterer is a marker manager written by Jef Poskanzer of acme.com. To use, you must place Clusterer2.js (available ".'<a href="@url">here</a>) into the "thirdparty" folder.', array('@url' => 'http://acme.com/javascript/Clusterer2.js')),
'#description' => t('Clusterer is a marker manager written by Jef Poskanzer of acme.com. To use, you must place Clusterer2.js (available <a href="@url">here</a>) into the "thirdparty" folder.', array('@url' => 'http://acme.com/javascript/Clusterer2.js')),
'#collapsible' => TRUE,
'#collapsed' => TRUE,
);
......
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