From dc7616b2426774d2362c694226142b78ffeb835b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 7 Oct 2011 18:21:25 +0000 Subject: 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 --- src/plugins/General/converter/converterfactory.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/converter/converterfactory.cpp') 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 ")); } -- cgit v1.2.3-13-gbd6f