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/OrthogonalizeAction.java

    r1195 r1218  
    3939
    4040    public OrthogonalizeAction() {
    41         super(tr("Orthogonalize shape"),
     41        super(tr("Orthogonalize Shape"),
    4242            "ortho",
    4343            tr("Move nodes so all angles are 90 or 270 degree"),
    44             Shortcut.registerShortcut("tools:orthogonalize", tr("Tool: {0}", tr("Orthogonalize")),
     44            Shortcut.registerShortcut("tools:orthogonalize", tr("Tool: {0}", tr("Orthogonalize Shape")),
    4545            KeyEvent.VK_Q,
    4646            Shortcut.GROUP_EDIT), true);
Note: See TracChangeset for help on using the changeset viewer.