fixing tooltip typo

pull/1/head
Alex Ruddick 2020-03-31 16:11:54 +00:00
rodzic 6567ac096e
commit 1c65eab5fa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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());