update the llcon description text

This commit is contained in:
Volker Fischer 2009-10-02 09:28:20 +00:00
parent a197a0de1f
commit 9a03b9e172

View file

@ -311,10 +311,11 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
TextViewCredits->setOpenExternalLinks ( true ); TextViewCredits->setOpenExternalLinks ( true );
TextViewCredits->setText ( TextViewCredits->setText (
"<p>" // general description of llcon software "<p>" // general description of llcon software
"<big><b>llcon</b> " + tr("Client/Server communication tool to enable " "<big><b>llcon</b> " + tr("The llcon software enables musicians to "
"musician to play together through a conventional broadband internet " "perform real-time jam sessions over the internet. There is a llcon "
"connection (like DSL).") + "</big>" "server which collects the audio data from each llcon client, "
"</p><br>" "mixes the audio data and sends the mix back to each client.") +
"</big></p><br>"
"<p><font face=\"courier\">" // GPL header text "<p><font face=\"courier\">" // GPL header text
"This program is free software; you can redistribute it and/or modify " "This program is free software; you can redistribute it and/or modify "
"it under the terms of the GNU General Public License as published by " "it under the terms of the GNU General Public License as published by "