From 5b68e077d2c691714d907477d34c20ae895d78af Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Thu, 23 Apr 2020 12:09:10 -0600 Subject: [PATCH] Update message Signed-off-by: Taylor Smock --- .../josm/plugins/mapwithai/backend/MapWithAIDataUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/openstreetmap/josm/plugins/mapwithai/backend/MapWithAIDataUtils.java b/src/main/java/org/openstreetmap/josm/plugins/mapwithai/backend/MapWithAIDataUtils.java index e0b6f38..31afe3c 100644 --- a/src/main/java/org/openstreetmap/josm/plugins/mapwithai/backend/MapWithAIDataUtils.java +++ b/src/main/java/org/openstreetmap/josm/plugins/mapwithai/backend/MapWithAIDataUtils.java @@ -186,7 +186,7 @@ public final class MapWithAIDataUtils { } } else { final Notification noUrls = MapWithAIPreferenceHelper.getMapWithAIUrl().isEmpty() ? new Notification(tr( - "There are no defined URLs. To add sources, go to Preferences -> MapWithAI -> Servers and add the appropriate servers")) + "There are no defined URLs. Attempting to add the appropriate servers.\n(Redownload may be required)")) : new Notification(tr("No URLS are enabled")); if (MapWithAIPreferenceHelper.getMapWithAIUrl().isEmpty() && MapWithAILayerInfo.instance.getDefaultLayers().isEmpty()) {