Ignore:
Timestamp:
2008-07-03T15:32:47+02:00 (17 years ago)
Author:
stoecker
Message:

better help text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/slippy_map_chooser/src/SlippyMapChooser.java

    r7343 r8687  
    8181                temp.setLayout(new BorderLayout());
    8282                temp.add(this, BorderLayout.CENTER);
    83                 temp.add(new JLabel((tr("Zoom: Mousewheel or double click.   Move map: Hold right mousebutton and move mouse."))), BorderLayout.SOUTH);
     83                temp.add(new JLabel((tr("Zoom: Mousewheel or double click.   Move map: Hold right mousebutton and move mouse.   Select: Click."))), BorderLayout.SOUTH);
    8484                iGui.tabpane.add(temp, "Slippy map");
    8585               
Note: See TracChangeset for help on using the changeset viewer.