Changeset 2093 in josm


Ignore:
Timestamp:
10.09.2009 21:00:01 (2 years ago)
Author:
Gubaer
Message:

fixed #2955: Better help text for the slippymap downloader map

File:
1 edited

Legend:

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

    r2017 r2093  
    119119        slipyyMapTabPanel.add(this, BorderLayout.CENTER); 
    120120        String labelText = tr("<b>Zoom:</b> Mousewheel, double click or Ctrl + Up/Down " 
    121                 + "<b>Move map:</b> Hold right mousebutton and move mouse or use cursor keys. <b>Select:</b> Click."); 
     121                + "<b>Move map:</b> Hold right mousebutton and move mouse or use cursor keys. <b>Select:</b> Hold left mousebutton and draw a frame."); 
    122122        slipyyMapTabPanel.add(new JLabel("<html>" + labelText + "</html>"), BorderLayout.SOUTH); 
    123123        iGui.tabpane.add(slipyyMapTabPanel, tr("Slippy map")); 
Note: See TracChangeset for help on using the changeset viewer.