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

    r1023 r1054  
    2020        super(tr("Duplicate"), "duplicate",
    2121                        tr("Duplicate selection by copy and immediate paste."),
    22                         ShortCut.registerShortCut("system:duplicate", tr("Edit: Duplicate selection"), KeyEvent.VK_D, ShortCut.GROUP_MENU), true);
     22                        ShortCut.registerShortCut("system:duplicate", tr("Edit: {0}", tr("Duplicate")), KeyEvent.VK_D, ShortCut.GROUP_MENU), true);
    2323        setEnabled(false);
    2424                        DataSet.selListeners.add(this);
Note: See TracChangeset for help on using the changeset viewer.