From 64e1e34f8a3715523d956bcc68b92ca7f1b7297d Mon Sep 17 00:00:00 2001 From: Code WvS Date: Wed, 25 Mar 2015 10:37:54 +0100 Subject: geoutils is now overpass --- gui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui.js b/gui.js index ca7bf3b..8cfb61a 100644 --- a/gui.js +++ b/gui.js @@ -2518,7 +2518,7 @@ IDE_Morph.prototype.projectMenu = function () { 'load the official library of\npowerful blocks' ); menu.addItem( - 'Import geo utilities', + 'Import overpass utilities', function () { myself.droppedText( myself.getURL( // TODO change to 'OrRelative' later @@ -2527,7 +2527,7 @@ IDE_Morph.prototype.projectMenu = function () { 'overpass' ); }, - 'load a geo library of powerful\nblocks for Your Own World' + 'load a geo library that provides\nsample overpass blocks' ); menu.addItem( 'Libraries...', -- cgit v1.3.1