diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-23 22:03:04 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-23 22:03:04 +0000 |
| commit | e97a91b9eb1d3f9348b8143a22e5a09cf966b0aa (patch) | |
| tree | 43c6f52d3d786b79ef70c921d189715f3912bdf0 /src/ui/mainwindow.cpp | |
| parent | 003e79020230c6f38cc0605d3ed702017010431e (diff) | |
| download | qmmp-e97a91b9eb1d3f9348b8143a22e5a09cf966b0aa.tar.gz qmmp-e97a91b9eb1d3f9348b8143a22e5a09cf966b0aa.tar.bz2 qmmp-e97a91b9eb1d3f9348b8143a22e5a09cf966b0aa.zip | |
updated Russian translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@701 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 475c5e110..3f7b996e4 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -417,7 +417,7 @@ void MainWindow::createActions() m_mainMenu->addAction(tr("&Next"),this, SLOT(next()), tr("B")); m_mainMenu->addAction(tr("&Play/Pause"),this, SLOT(playPause()), tr("Space")); m_mainMenu->addSeparator(); - QAction *repeateAllAction = m_mainMenu->addAction(tr("&Repeat All")); + QAction *repeateAllAction = m_mainMenu->addAction(tr("&Repeat Playlist")); QAction *repeateTrackAction = m_mainMenu->addAction(tr("&Repeat Track")); QAction *shuffleAction = m_mainMenu->addAction(tr("&Shuffle")); repeateAllAction->setCheckable (TRUE); |
