diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-09-20 05:54:02 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-09-20 05:54:02 +0000 |
| commit | 8d0f501a7d0512eb1f3eee302b7e6c63b12fc60b (patch) | |
| tree | bcbabde36bb60ccbad57d6fca81617359cc9e1d2 /src/plugins/General/copypaste/copypastefactory.cpp | |
| parent | d719b0794a627d5ffac2d1bf6a2cc4d9ad4d2f0f (diff) | |
| download | qmmp-8d0f501a7d0512eb1f3eee302b7e6c63b12fc60b.tar.gz qmmp-8d0f501a7d0512eb1f3eee302b7e6c63b12fc60b.tar.bz2 qmmp-8d0f501a7d0512eb1f3eee302b7e6c63b12fc60b.zip | |
fixed typo (patch by Matteo Cypriani)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4505 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/copypaste/copypastefactory.cpp')
| -rw-r--r-- | src/plugins/General/copypaste/copypastefactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/copypaste/copypastefactory.cpp b/src/plugins/General/copypaste/copypastefactory.cpp index 314484cc0..9035b7c9e 100644 --- a/src/plugins/General/copypaste/copypastefactory.cpp +++ b/src/plugins/General/copypaste/copypastefactory.cpp @@ -47,7 +47,7 @@ void CopyPasteFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About Copy/Paste Plugin"), tr("Qmmp Copy/Paste Plugin")+"\n"+ - tr("This plugin allows to copy selected tracks from one playlist to another")+"\n"+ + tr("This plugin allows one to copy selected tracks from one playlist to another")+"\n"+ tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")); } |
