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/audio/AudioNextAction.java

    r1023 r1054  
    1515        public AudioNextAction() {
    1616                super(tr("Next Marker"), "audio-next", tr("Play next marker."),
    17                 ShortCut.registerShortCut("audio:next", tr("Audio: Next"), KeyEvent.VK_F8, ShortCut.GROUP_DIRECT), true);
     17                ShortCut.registerShortCut("audio:next", tr("Audio: {0}", tr("Next Marker")), KeyEvent.VK_F8, ShortCut.GROUP_DIRECT), true);
    1818        }
    1919
Note: See TracChangeset for help on using the changeset viewer.