- Timestamp:
- 2011-01-02T01:07:40+01:00 (14 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.