Ignore:
Timestamp:
2009-09-12T06:38:11+02:00 (15 years ago)
Author:
Gubaer
Message:

applied #3455: patch by Claudius Henrichs: Incorrect closing html tags and typos

File:
1 edited

Legend:

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

    r2017 r2096  
    6161        public void actionPerformed(ActionEvent e) {
    6262            JPanel msg = new JPanel(new GridBagLayout());
    63             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());
     63            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:</html>")), GBC.eol());
    6464            msg.add(new UrlLabel(tr("http://www.openstreetmap.org/traces")), GBC.eop());
    6565            if (!ConditionalOptionPaneUtil.showConfirmationDialog(
Note: See TracChangeset for help on using the changeset viewer.