Ignore:
Timestamp:
2007-07-08T00:44:20+02:00 (17 years ago)
Author:
imi
Message:
  • fixed lots of typos (thanks Bruce)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java

    r198 r283  
    6363                public void actionPerformed(ActionEvent e) {
    6464                        JPanel msg = new JPanel(new GridBagLayout());
    65                         msg.add(new JLabel(tr("<html>Upload of unprocessed GPS data as map data is considered harmfull.<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());
    6666                        msg.add(new UrlLabel(tr("http://www.openstreetmap.org/traces")), GBC.eop());
    6767                        if (!DontShowAgainInfo.show("convert_to_data", msg))
Note: See TracChangeset for help on using the changeset viewer.