kopia lustrzana https://github.com/JOSM/MapWithAI
fixing tooltip typo
rodzic
6567ac096e
commit
1c65eab5fa
|
@ -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",
|
"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));
|
MapWithAIPlugin.NAME));
|
||||||
mergeBuildingWithAddress.setToolTipText(tr(
|
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.setSelected(MapWithAIPreferenceHelper.isSwitchLayers());
|
||||||
switchLayerCheckBox.setToolTipText(switchLayer.getToolTipText());
|
switchLayerCheckBox.setToolTipText(switchLayer.getToolTipText());
|
||||||
|
|
Ładowanie…
Reference in New Issue