Ticket #4331: josm-translation.diff

File josm-translation.diff, 776 bytes (added by andre68@…, 14 years ago)
  • src/org/openstreetmap/josm/gui/preferences/server/OsmApiUrlInputPanel.java

     
    5858
    5959        gc.gridx = 1;
    6060        gc.weightx = 1.0;
    61         JLabel lbl = new JLabel("<html>Use the default OSM server URL (<strong>http://api.openstreetmap.org/api</strong>)</html>");
     61        JLabel lbl = new JLabel(tr("<html>Use the default OSM server URL (<strong>http://api.openstreetmap.org/api</strong>)</html>"));
    6262        lbl.setFont(lbl.getFont().deriveFont(Font.PLAIN));
    6363        pnl.add(lbl, gc);
    6464