Changeset 2842 in josm for trunk/src/org/openstreetmap/josm/actions/audio/AudioPlayPauseAction.java
- Timestamp:
- 2010-01-13T19:33:42+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/audio/AudioPlayPauseAction.java
r1218 r2842 3 3 4 4 import static org.openstreetmap.josm.tools.I18n.tr; 5 5 import static org.openstreetmap.josm.tools.I18n.trc; 6 6 import java.awt.event.ActionEvent; 7 7 import java.awt.event.KeyEvent; … … 17 17 public AudioPlayPauseAction() { 18 18 super(tr("Play/Pause"), "audio-playpause", tr("Play/pause audio."), 19 Shortcut.registerShortcut("audio:pause", tr("Audio: {0}", tr ("Play/Pause")), KeyEvent.VK_PERIOD, Shortcut.GROUP_DIRECT), true);19 Shortcut.registerShortcut("audio:pause", tr("Audio: {0}", trc("audio", "Play/Pause")), KeyEvent.VK_PERIOD, Shortcut.GROUP_DIRECT), true); 20 20 } 21 21
Note:
See TracChangeset
for help on using the changeset viewer.
