aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converterfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-10-07 18:21:25 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-10-07 18:21:25 +0000
commitdc7616b2426774d2362c694226142b78ffeb835b (patch)
treecd050f5639b753ba066b5490b4495666905ee11e /src/plugins/General/converter/converterfactory.cpp
parent426431da0772268cd90566c34b5b75ac24e988d3 (diff)
downloadqmmp-dc7616b2426774d2362c694226142b78ffeb835b.tar.gz
qmmp-dc7616b2426774d2362c694226142b78ffeb835b.tar.bz2
qmmp-dc7616b2426774d2362c694226142b78ffeb835b.zip
fixed typos, fixed Russian translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2383 90c681e8-e032-0410-971d-27865f9a5e38
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>"));
}