From 8d0f501a7d0512eb1f3eee302b7e6c63b12fc60b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 20 Sep 2014 05:54:02 +0000 Subject: 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 --- src/plugins/General/copypaste/copypastefactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/copypaste/copypastefactory.cpp') 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 ")); } -- cgit v1.2.3-13-gbd6f