Modify ↓
Opened 5 years ago
Closed 5 years ago
#730 closed defect (fixed)
Wrong description
| Reported by: | anonymous | Owned by: | anonymous |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
../../core/src/org/openstreetmap/josm/gui/QuadStateCheckBox.java:
around line 90:
set ToolTipText(tr("false: the property is explicitly switched off"));
...
setToolTipText(tr("true: the property is explicitly switched off"));
Your sure, that true and false both "switched off"?
Attachments (0)
Change History (2)
comment:1 Changed 5 years ago by Michael Bergbauer <michael-osm@…>
- Owner changed from framm to anonymous
- Status changed from new to assigned
comment:2 Changed 5 years ago by anonymous
- Resolution set to fixed
- Status changed from assigned to closed
Corrected in r679
Note: See
TracTickets for help on using
tickets.



Fix pending