Ignore:
Timestamp:
2008-10-23T18:15:37+02:00 (18 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/AlignInCircleAction.java

    r1023 r1054  
    3131        public AlignInCircleAction() {
    3232                super(tr("Align Nodes in Circle"), "aligncircle", tr("Move the selected nodes into a circle."),
    33                 ShortCut.registerShortCut("tools:aligncircle", tr("Tool: Align in circle"), KeyEvent.VK_O, ShortCut.GROUP_EDIT), true);
     33                ShortCut.registerShortCut("tools:aligncircle", tr("Tool: {0}", tr("Align Nodes in Circle")), KeyEvent.VK_O, ShortCut.GROUP_EDIT), true);
    3434        }
    3535
Note: See TracChangeset for help on using the changeset viewer.