Changeset 283 in josm for src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java
- Timestamp:
- 2007-07-08T00:44:20+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java
r198 r283 63 63 public void actionPerformed(ActionEvent e) { 64 64 JPanel msg = new JPanel(new GridBagLayout()); 65 msg.add(new JLabel(tr("<html>Upload of unprocessed GPS data as map data is considered harmful l.<br>If you want to upload traces, look here:")), GBC.eol());65 msg.add(new JLabel(tr("<html>Upload of unprocessed GPS data as map data is considered harmful.<br>If you want to upload traces, look here:")), GBC.eol()); 66 66 msg.add(new UrlLabel(tr("http://www.openstreetmap.org/traces")), GBC.eop()); 67 67 if (!DontShowAgainInfo.show("convert_to_data", msg))
Note:
See TracChangeset
for help on using the changeset viewer.