Ignore:
Timestamp:
2009-07-11T06:50:58+02:00 (15 years ago)
Author:
Gubaer
Message:

fixed #2886: Make slippymap downloader hint text translatable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/SlippyMapChooser.java

    r1755 r1761  
    108108        slipyyMapTabPanel.setLayout(new BorderLayout());
    109109        slipyyMapTabPanel.add(this, BorderLayout.CENTER);
    110         String labelText = "<b>Zoom:</b> Mousewheel, double click or Ctrl + Up/Down "
    111             + "<b>Move map:</b> Hold right mousebutton and move mouse or use cursor keys. <b>Select:</b> Click.";
    112         slipyyMapTabPanel.add(new JLabel("<html>" + tr(labelText) + "</html>"), BorderLayout.SOUTH);
     110        String labelText = tr("<b>Zoom:</b> Mousewheel, double click or Ctrl + Up/Down "
     111                + "<b>Move map:</b> Hold right mousebutton and move mouse or use cursor keys. <b>Select:</b> Click.");
     112        slipyyMapTabPanel.add(new JLabel("<html>" + labelText + "</html>"), BorderLayout.SOUTH);
    113113        iGui.tabpane.add(slipyyMapTabPanel, tr("Slippy map"));
    114114        new OsmMapControl(this, slipyyMapTabPanel, iSizeButton, iSourceButton);
Note: See TracChangeset for help on using the changeset viewer.