aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/opus/decoderopusfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-03-17 09:50:45 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-03-17 09:50:45 +0000
commit21827cee274472a953cf220d1798bc475627d83c (patch)
tree2d8a22fe64c06203790aea25272a872ddb6bfb5f /src/plugins/Input/opus/decoderopusfactory.cpp
parent2f817e7c830773bc7454ef593e7e1bfe846764c6 (diff)
downloadqmmp-21827cee274472a953cf220d1798bc475627d83c.tar.gz
qmmp-21827cee274472a953cf220d1798bc475627d83c.tar.bz2
qmmp-21827cee274472a953cf220d1798bc475627d83c.zip
fixed typo (thanks to RyōTa SimaMoto)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3321 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/opus/decoderopusfactory.cpp')
-rw-r--r--src/plugins/Input/opus/decoderopusfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/opus/decoderopusfactory.cpp b/src/plugins/Input/opus/decoderopusfactory.cpp
index 4ea2fdb04..697e3a434 100644
--- a/src/plugins/Input/opus/decoderopusfactory.cpp
+++ b/src/plugins/Input/opus/decoderopusfactory.cpp
@@ -122,7 +122,7 @@ void DecoderOpusFactory::showAbout(QWidget *parent)
QMessageBox::about (parent, tr("About Opus Audio Plugin"),
tr("Qmmp Opus Audio Plugin")+"\n"+
tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+
- tr("This plugin includes code form TagLib library"));
+ tr("This plugin includes code from TagLib library"));
}
QTranslator *DecoderOpusFactory::createTranslator(QObject *parent)