aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converterfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-01-31 17:47:28 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-01-31 17:47:28 +0000
commitb37e3efd952d2ef34928e3cc16b8a3cef3c57886 (patch)
tree2c9735e5e7f265eed2e2cf647e598f4306fb647d /src/plugins/General/converter/converterfactory.cpp
parenta43217c1c3ff3932a77cfa59024fca8f8dfb7d9d (diff)
downloadqmmp-b37e3efd952d2ef34928e3cc16b8a3cef3c57886.tar.gz
qmmp-b37e3efd952d2ef34928e3cc16b8a3cef3c57886.tar.bz2
qmmp-b37e3efd952d2ef34928e3cc16b8a3cef3c57886.zip
fixed typo, updated linguist files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2577 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/converter/converterfactory.cpp')
-rw-r--r--src/plugins/General/converter/converterfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/converter/converterfactory.cpp b/src/plugins/General/converter/converterfactory.cpp
index e95f81946..0b95301be 100644
--- a/src/plugins/General/converter/converterfactory.cpp
+++ b/src/plugins/General/converter/converterfactory.cpp
@@ -48,7 +48,7 @@ void ConverterFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Converter Plugin"),
tr("Qmmp Converter Plugin")+"\n"+
- tr("This plugin converts supported audio files to other file formats\n"
+ tr("This plugin converts supported audio files to other file formats "
"using external command-line encoders") +"\n"+
tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
}