Changeset 3760 in josm


Ignore:
Timestamp:
Jan 2, 2011 1:07:40 AM (2 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.