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.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/General/converter/converterfactory.cpp b/src/plugins/General/converter/converterfactory.cpp
index 9dac2a1b7..e95f81946 100644
--- a/src/plugins/General/converter/converterfactory.cpp
+++ b/src/plugins/General/converter/converterfactory.cpp
@@ -27,7 +27,7 @@ const GeneralProperties ConverterFactory::properties() const
GeneralProperties properties;
properties.name = tr("Converter Plugin");
properties.shortName = "converter";
- properties.hasAbout = false;
+ properties.hasAbout = true;
properties.hasSettings = false;
properties.visibilityControl = false;
return properties;
@@ -48,7 +48,8 @@ void ConverterFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Converter Plugin"),
tr("Qmmp Converter Plugin")+"\n"+
- tr("")+"\n"+
+ tr("This plugin converts supported audio files to other file formats\n"
+ "using external command-line encoders") +"\n"+
tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
}