| 1 | Index: src/org/openstreetmap/josm/gui/MapStatus.java
|
|---|
| 2 | ===================================================================
|
|---|
| 3 | --- src/org/openstreetmap/josm/gui/MapStatus.java (revision 2141)
|
|---|
| 4 | +++ src/org/openstreetmap/josm/gui/MapStatus.java (working copy)
|
|---|
| 5 | @@ -197,7 +197,7 @@
|
|---|
| 6 | final JPanel c = new JPanel(new GridBagLayout());
|
|---|
| 7 | final JLabel lbl = new JLabel(
|
|---|
| 8 | "<html>"+tr("Middle click again, to cycle through.<br>"+
|
|---|
| 9 | - "Hold CTRL to select something from this list.<hr>")+"</html>",
|
|---|
| 10 | + "Hold CTRL to select directly from this list with the mouse.<hr>")+"</html>",
|
|---|
| 11 | null,
|
|---|
| 12 | JLabel.HORIZONTAL
|
|---|
| 13 | );
|
|---|