Ticket #3516: clarify-middle-click-message.java

File clarify-middle-click-message.java, 819 bytes (added by avarab@…, 17 years ago)

Patch to change the UI message

Line 
1Index: 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 );