diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-05 15:43:31 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-05 15:43:31 +0000 |
| commit | 5810abb583017f18cd9cdb5b887c7ebf17c5cc6d (patch) | |
| tree | c5cf9fbd8ec763342d98c9f93ef3756ad69030ff /src/plugins/Input/cdaudio/decodercdaudiofactory.cpp | |
| parent | 633f52aa2f740d8a50d9160d441184f1924913b1 (diff) | |
| download | qmmp-5810abb583017f18cd9cdb5b887c7ebf17c5cc6d.tar.gz qmmp-5810abb583017f18cd9cdb5b887c7ebf17c5cc6d.tar.bz2 qmmp-5810abb583017f18cd9cdb5b887c7ebf17c5cc6d.zip | |
updated Russian translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@734 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/cdaudio/decodercdaudiofactory.cpp')
| -rw-r--r-- | src/plugins/Input/cdaudio/decodercdaudiofactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp b/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp index d46170b49..428492d61 100644 --- a/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp +++ b/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp @@ -85,7 +85,7 @@ void DecoderCDAudioFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About CD Audio Plugin"), tr("Qmmp CD Audio Plugin")+"\n"+ - tr("Compiled against libcdio-")+CDIO_VERSION+"\n"+ + tr("Compiled against libcdio version:")+ " "+CDIO_VERSION+"\n"+ tr("Writen by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+ tr("Usage: open cdda:/// using Add URL dialog or command line")); } |
