From a1715a3b0978104bcde9037a8c181cd96b0ab2b2 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 25 Oct 2011 18:09:21 +0000 Subject: fixed 'jump to' shortcut git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2450 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/actionmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Ui/skinned/actionmanager.cpp') 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")); -- cgit v1.2.3-13-gbd6f