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()) {