Changeset 2143 in josm


Ignore:
Timestamp:
2009-09-16T00:13:54+02:00 (15 years ago)
Author:
xeen
Message:

close #3516: clarify-middle-click-message.java, patch by avar

File:
1 edited

Legend:

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

    r2137 r2143  
    197197                        final JPanel c = new JPanel(new GridBagLayout());
    198198                        final JLabel lbl = new JLabel(
    199                                 "<html>"+tr("Middle click again, to cycle through.<br>"+
    200                                 "Hold CTRL to select something from this list.<hr>")+"</html>",
     199                                "<html>"+tr("Middle click again to cycle through.<br>"+
     200                                "Hold CTRL to select directly from this list with the mouse.<hr>")+"</html>",
    201201                                null,
    202202                                JLabel.HORIZONTAL
Note: See TracChangeset for help on using the changeset viewer.