aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/copypaste/copypastefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/copypaste/copypastefactory.cpp')
-rw-r--r--src/plugins/General/copypaste/copypastefactory.cpp2
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>"));
}