Ignore:
Timestamp:
2009-01-09T01:01:59+01:00 (15 years ago)
Author:
ulfl
Message:

fix capitalization and other minor menu titles stuff

File:
1 edited

Legend:

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

    r1169 r1218  
    1313
    1414    public ZoomInAction() {
    15         super(tr("Zoom in"), "dialogs/zoomin", tr("Zoom in"),
    16         Shortcut.registerShortcut("view:zoomin", tr("View: {0}", tr("Zoom in")), KeyEvent.VK_PLUS, Shortcut.GROUP_DIRECT), true);
     15        super(tr("Zoom In"), "dialogs/zoomin", tr("Zoom In"),
     16        Shortcut.registerShortcut("view:zoomin", tr("View: {0}", tr("Zoom In")), KeyEvent.VK_PLUS, Shortcut.GROUP_DIRECT), true);
    1717        setEnabled(true);
    1818    }
Note: See TracChangeset for help on using the changeset viewer.