Ignore:
Timestamp:
2008-10-23T18:15:37+02:00 (16 years ago)
Author:
stoecker
Message:

fixed a lot of the shortcut related translations

File:
1 edited

Legend:

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

    r1023 r1054  
    4747        public ZoomAction(MapFrame mapFrame) {
    4848                super(tr("Zoom"), "zoom", tr("Zoom and move map"),
    49                 ShortCut.registerShortCut("mapmode:zoom", tr("Zoom mode"), KeyEvent.VK_Z, ShortCut.GROUP_EDIT),
     49                ShortCut.registerShortCut("mapmode:zoom", tr("Mode: {0}", tr("Zoom")), KeyEvent.VK_Z, ShortCut.GROUP_EDIT),
    5050                mapFrame, ImageProvider.getCursor("normal", "zoom"));
    5151                mv = mapFrame.mapView;
Note: See TracChangeset for help on using the changeset viewer.