From 1c65eab5faf3b1810ff807c9ab1b8e9276984f25 Mon Sep 17 00:00:00 2001 From: Alex Ruddick Date: Tue, 31 Mar 2020 16:11:54 +0000 Subject: [PATCH] fixing tooltip typo --- .../josm/plugins/mapwithai/MapWithAIPreferences.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/openstreetmap/josm/plugins/mapwithai/MapWithAIPreferences.java b/src/main/java/org/openstreetmap/josm/plugins/mapwithai/MapWithAIPreferences.java index 8c0ecf4..1ace7b5 100644 --- a/src/main/java/org/openstreetmap/josm/plugins/mapwithai/MapWithAIPreferences.java +++ b/src/main/java/org/openstreetmap/josm/plugins/mapwithai/MapWithAIPreferences.java @@ -104,7 +104,7 @@ public class MapWithAIPreferences implements SubPreferenceSetting { "This is the maximum number of complete OSM objects that can be added from the {0} layer, child objects do not count to this limit", MapWithAIPlugin.NAME)); mergeBuildingWithAddress.setToolTipText(tr( - "If checked, automatically merge address nodes onto added buildings, if and only if one address is withing the building boundary")); + "If checked, automatically merge address nodes onto added buildings, if and only if one address is within the building boundary")); switchLayerCheckBox.setSelected(MapWithAIPreferenceHelper.isSwitchLayers()); switchLayerCheckBox.setToolTipText(switchLayer.getToolTipText());