File tree 1 file changed +3
-1
lines changed
src/main/java/org/openstreetmap/josm/plugins/mapillary/gui/dialog
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,14 @@ public TrafficSignFilter() {
107
107
lbox .setSelected (true );
108
108
lbox .putClientProperty ("layer" , layer [0 ]);
109
109
// TODO remove when it listens to layers.
110
- // Maybe get rid of Traffic SIgn /Point object layer filters (no longer needed due to separate layers) OR
110
+ // Maybe get rid of Traffic Sign /Point object layer filters (no longer needed due to separate layers) OR
111
111
// clicking on them adds the appropriate layer. Affect hide/show action of layers instead of adding filters?
112
112
DeveloperToggleAction .addVisibilitySwitcher (lbox );
113
113
}
114
114
115
115
JCheckBox smartEditModeBox = new JCheckBox (I18n .tr ("Smart Edit Mode" ));
116
+ smartEditModeBox .setToolTipText (
117
+ I18n .tr ("Add Mapillary Objects to OpenStreetMap; some additional client-side filtering will occur." ));
116
118
smartEditModeBox .setSelected (Boolean .TRUE .equals (MapillaryProperties .SMART_EDIT .get ()));
117
119
MapillaryProperties .SMART_EDIT .addListener (l -> updateSmartEdit (l , smartEditModeBox ));
118
120
smartEditModeBox .addItemListener (l -> smartEditMode (l .getStateChange () == ItemEvent .SELECTED ));
You can’t perform that action at this time.
0 commit comments