Ignore:
Timestamp:
2008-06-15T12:28:42+02:00 (16 years ago)
Author:
ramack
Message:

patch by bruce89, closes #812; thanks bruce

File:
1 edited

Legend:

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

    r627 r655  
    1818    public DuplicateAction() {
    1919        super(tr("Duplicate"), "duplicate",
    20                         tr("Duplicate selection by Copy and immediate Paste."),
     20                        tr("Duplicate selection by copy and immediate paste."),
    2121                        KeyEvent.VK_D, KeyEvent.CTRL_MASK, true);
    2222        setEnabled(false);
Note: See TracChangeset for help on using the changeset viewer.