Changeset 12983 in osm
- Timestamp:
- 2009-01-06T15:05:09+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java
r12778 r12983 549 549 550 550 prefCheckPaint = new JCheckBox(tr("Check for paint notes."), Main.pref.getBoolean(PREF_CHECK_PAINT, true)); 551 prefCheckPaint.setToolTipText(tr("Check if map pain ing found data errors."));551 prefCheckPaint.setToolTipText(tr("Check if map painting found data errors.")); 552 552 testPanel.add(prefCheckPaint, GBC.std().insets(20,0,0,0)); 553 553
Note:
See TracChangeset
for help on using the changeset viewer.