Changeset 4688 in josm
- Timestamp:
- 2011-12-21T22:34:51+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/session/OsmDataSessionExporter.java
r4685 r4688 97 97 98 98 JLabel lblData = new JLabel(tr("Data:")); 99 link = new JRadioButton(tr("local file"));99 /* I18n: Refer to a OSM data file in session file */ link = new JRadioButton(tr("local file")); 100 100 link.putClientProperty("actionname", "link"); 101 101 link.setToolTipText(tr("Link to a OSM data file on your local disk.")); 102 include = new JRadioButton(tr("include"));102 /* I18n: Include OSM data in session file */ include = new JRadioButton(tr("include")); 103 103 include.setToolTipText(tr("Include OSM data in the .joz session file.")); 104 104 include.putClientProperty("actionname", "include");
Note:
See TracChangeset
for help on using the changeset viewer.