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

    r1047 r1054  
    2222        public UndoAction() {
    2323                super(tr("Undo"), "undo", tr("Undo the last action."),
    24                 ShortCut.registerShortCut("system:undo", tr("Edit: Undo"), KeyEvent.VK_Z, ShortCut.GROUP_MENU), true);
     24                ShortCut.registerShortCut("system:undo", tr("Edit: {0}", tr("Undo")), KeyEvent.VK_Z, ShortCut.GROUP_MENU), true);
    2525                setEnabled(false);
    2626        }
Note: See TracChangeset for help on using the changeset viewer.