Changeset 3760 in josm


Ignore:
Timestamp:
2011-01-02T01:07:40+01:00 (13 years ago)
Author:
stoecker
Message:

fix help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AutoScaleAction.java

    r3327 r3760  
    134134            putValue("help", ht("/Action/ZoomToDownload"));
    135135        } else if (mode.equals("previous")) {
    136             putValue("help", ht("/Action/ZoomPrevious"));
     136            putValue("help", ht("/Action/ZoomToPrevious"));
    137137        } else if (mode.equals("next")) {
    138             putValue("help", ht("/Action/ZoomNext"));
     138            putValue("help", ht("/Action/ZoomToNext"));
    139139        }
    140140    }
Note: See TracChangeset for help on using the changeset viewer.