Ignore:
Timestamp:
2008-09-17T10:38:53+02:00 (16 years ago)
Author:
stoecker
Message:

cleanup Zoom texts. Closes #1553

File:
1 edited

Legend:

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

    r627 r983  
    4545         */
    4646        public ZoomAction(MapFrame mapFrame) {
    47                 super(tr("Zoom"), "zoom", tr("Zoom in by dragging. (Ctrl+up,left,down,right,',','.')"), KeyEvent.VK_Z, mapFrame, ImageProvider.getCursor("normal", "zoom"));
     47                super(tr("Zoom"), "zoom", tr("Zoom and move map"), KeyEvent.VK_Z, mapFrame, ImageProvider.getCursor("normal", "zoom"));
    4848                mv = mapFrame.mapView;
    4949                selectionManager = new SelectionManager(this, true, mv);
     
    7272       
    7373        @Override public String getModeHelpText() {
    74                 return tr("Zoom in by dragging.");
     74                return tr("Zoom by dragging or Ctrl+. or Ctrl+,; move with Ctrl+up,left,down,right; move zoom with right button");
    7575        }
    7676}
Note: See TracChangeset for help on using the changeset viewer.