Changeset 3760 in josm
- Timestamp:
- Jan 2, 2011 1:07:40 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AutoScaleAction.java
r3327 r3760 134 134 putValue("help", ht("/Action/ZoomToDownload")); 135 135 } else if (mode.equals("previous")) { 136 putValue("help", ht("/Action/Zoom Previous"));136 putValue("help", ht("/Action/ZoomToPrevious")); 137 137 } else if (mode.equals("next")) { 138 putValue("help", ht("/Action/Zoom Next"));138 putValue("help", ht("/Action/ZoomToNext")); 139 139 } 140 140 }
Note: See TracChangeset
for help on using the changeset viewer.
