diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-06-12 11:27:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-06-12 11:27:19 +0000 |
| commit | ba46e29b7df95a14ac64cb0d7e33581b1e3260ef (patch) | |
| tree | 2ff2e07657b41012b91156195ac51e5551ffc838 /src/ui/mainwindow.cpp | |
| parent | fef633fd806fc8d0b1bb3904de56c512e3f722fd (diff) | |
| download | qmmp-ba46e29b7df95a14ac64cb0d7e33581b1e3260ef.tar.gz qmmp-ba46e29b7df95a14ac64cb0d7e33581b1e3260ef.tar.bz2 qmmp-ba46e29b7df95a14ac64cb0d7e33581b1e3260ef.zip | |
fixed typo
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@405 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.cpp')
| -rw-r--r-- | src/ui/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 85b9145a2..e80ea9cd1 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -627,7 +627,7 @@ void MainWindow::createActions() m_mainMenu->addAction(tr("&Stop"),this, SLOT(stop()), tr("V")); m_mainMenu->addAction(tr("&Previous"),this, SLOT(previous()), tr("Z")); m_mainMenu->addAction(tr("&Next"),this, SLOT(next()), tr("B")); - m_mainMenu->addAction(tr("P&lay/Pause"),this, SLOT(playPause()), tr("Space")); + m_mainMenu->addAction(tr("&Play/Pause"),this, SLOT(playPause()), tr("Space")); m_mainMenu->addSeparator(); m_mainMenu->addAction(tr("&Jump To File"),this, SLOT(jumpToFile()), tr("J")); m_mainMenu->addSeparator(); |
