diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-25 18:09:21 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-25 18:09:21 +0000 |
| commit | a1715a3b0978104bcde9037a8c181cd96b0ab2b2 (patch) | |
| tree | 01c9e0c63a743f623b5e800707abdedbb0487bb9 /src/plugins/Ui/skinned/actionmanager.cpp | |
| parent | f0bc45a3c9995ed03080fe394f6e41effc3883ad (diff) | |
| download | qmmp-a1715a3b0978104bcde9037a8c181cd96b0ab2b2.tar.gz qmmp-a1715a3b0978104bcde9037a8c181cd96b0ab2b2.tar.bz2 qmmp-a1715a3b0978104bcde9037a8c181cd96b0ab2b2.zip | |
fixed 'jump to' shortcut
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2450 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/actionmanager.cpp')
| -rw-r--r-- | src/plugins/Ui/skinned/actionmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/actionmanager.cpp b/src/plugins/Ui/skinned/actionmanager.cpp index ac77d7923..145938898 100644 --- a/src/plugins/Ui/skinned/actionmanager.cpp +++ b/src/plugins/Ui/skinned/actionmanager.cpp @@ -41,7 +41,7 @@ ActionManager::ActionManager(QObject *parent) : m_actions[PREVIOUS] = createAction(tr("&Previous"), "previous", tr("Z"), "media-skip-backward"); m_actions[NEXT] = createAction(tr("&Next"), "next", tr("B"), "media-skip-forward"); m_actions[PLAY_PAUSE] = createAction(tr("&Play/Pause"), "play_pause", tr("Space")); - m_actions[JUMP] = createAction(tr("&Jump to File"), "jump", tr("J"), "go-up"); + m_actions[JUMP] = createAction(tr("&Jump to Track"), "jump", tr("J"), "go-up"); m_actions[REPEAT_ALL] = createAction2(tr("&Repeat Playlist"), "repeate_playlist", tr("R")); m_actions[REPEAT_TRACK] = createAction2(tr("&Repeat Track"), "repeate_track", tr("Ctrl+R")); m_actions[SHUFFLE] = createAction2(tr("&Shuffle"), "shuffle", tr("S")); |
