From 8ac5efc90f03d5f4eb9cdd766b3a79da3943abd5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 15 Apr 2009 16:08:31 +0000 Subject: added waveout plugin translation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@906 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Output/waveout/outputwaveoutfactory.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/plugins/Output/waveout/outputwaveoutfactory.cpp') diff --git a/src/plugins/Output/waveout/outputwaveoutfactory.cpp b/src/plugins/Output/waveout/outputwaveoutfactory.cpp index 04c22b447..72bc59b8f 100644 --- a/src/plugins/Output/waveout/outputwaveoutfactory.cpp +++ b/src/plugins/Output/waveout/outputwaveoutfactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2008 by Ilya Kotov * + * Copyright (C) 2009 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -52,7 +52,8 @@ void OutputWaveOutFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About WaveOut Output Plugin"), tr("Qmmp WaveOut Output Plugin")+"\n"+ - tr("Writen by: Ilya Kotov ")); + tr("Writen by: Ilya Kotov ") + "\n" + + tr("Based on aacDECdrop player")); } QTranslator *OutputWaveOutFactory::createTranslator(QObject *parent) -- cgit v1.2.3-13-gbd6f