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

    r1047 r1054  
    4646        public GpxExportAction(Layer layer) {
    4747                super(tr("Export to GPX ..."), "exportgpx", tr("Export the data to GPX file."),
    48                 ShortCut.registerShortCut("file:exportgpx", tr("Export to GPX"), KeyEvent.VK_E, ShortCut.GROUP_MENU));
     48                ShortCut.registerShortCut("file:exportgpx", tr("Export to GPX ..."), KeyEvent.VK_E, ShortCut.GROUP_MENU));
    4949                this.layer = layer;
    5050        }
Note: See TracChangeset for help on using the changeset viewer.