From 1a77ddad77f41c5d9dd5fd8b1451225a4a6e1f74 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Thu, 12 Sep 2013 19:49:03 +0100 Subject: [PATCH] max links: start rename process to 'tidy links' --- plugins/max-links.user.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/max-links.user.js b/plugins/max-links.user.js index eb0f01a2..f1290267 100644 --- a/plugins/max-links.user.js +++ b/plugins/max-links.user.js @@ -2,10 +2,10 @@ // @id max-links@boombuler // @name IITC plugin: Max Links // @category Layer -// @version 0.4.0.@@DATETIMEVERSION@@ +// @version 0.4.1.@@DATETIMEVERSION@@ // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description [@@BUILDNAME@@-@@BUILDDATE@@] Calculates how to link the portals to create a reasonably neat set of links/fields. Enable from the layer chooser. (Max Links is a poor name, but remains for historical reasons.) +// @description [@@BUILDNAME@@-@@BUILDDATE@@] Calculates how to link the portals to create a reasonably tidy set of links/fields. Enable from the layer chooser. (Max Links is a poor name, but remains for historical reasons.) // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel* @@ -50,7 +50,7 @@ window.plugin.maxLinks.addErrorMarker = function() { icon: L.divIcon({ className: 'max-links-error', iconSize: [300,30], - html: 'Max Links: too many portals!' + html: 'Tidy Links: too many portals!' }), clickable: false }); @@ -154,7 +154,7 @@ window.plugin.maxLinks.setup = function() { window.plugin.maxLinks.clearErrorMarker(); }); - window.addLayerGroup('Maximum Links', window.plugin.maxLinks.layer, false); + window.addLayerGroup('Tidy Links (was Max Links)', window.plugin.maxLinks.layer, false); $('head').append('