aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converterfactory.cpp
diff options
context:
space:
mode:
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>"));
}