Changeset 31465 in osm for applications
- Timestamp:
- 2015-08-07T23:29:48+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/gui/MapillaryPreferenceSetting.java
r31457 r31465 42 42 private JCheckBox format24 = new JCheckBox(tr("Use 24 hour format")); 43 43 private JCheckBox moveTo = new JCheckBox( 44 tr("Move to picture' s location with next/previous buttons"));44 tr("Move to picture''s location with next/previous buttons")); 45 45 private JButton login; 46 46
Note:
See TracChangeset
for help on using the changeset viewer.