' . __('Please select the map you would like to add','lmm') . ':
';
buildMarkersList($marklist);
} else {
echo '' . __('No map has been created yet.','lmm') . '
';
if (current_user_can( $lmm_options[ 'capabilities_edit' ])) {
echo sprintf(__('Please
click here to add your first one!','lmm'), LEAFLET_WP_ADMIN_URL . 'admin.php?page=leafletmapsmarker_marker');
}
echo '
';
} ?>