update the llcon description text
This commit is contained in:
parent
a197a0de1f
commit
9a03b9e172
1 changed files with 5 additions and 4 deletions
|
@ -311,10 +311,11 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
|
|||
TextViewCredits->setOpenExternalLinks ( true );
|
||||
TextViewCredits->setText (
|
||||
"<p>" // general description of llcon software
|
||||
"<big><b>llcon</b> " + tr("Client/Server communication tool to enable "
|
||||
"musician to play together through a conventional broadband internet "
|
||||
"connection (like DSL).") + "</big>"
|
||||
"</p><br>"
|
||||
"<big><b>llcon</b> " + tr("The llcon software enables musicians to "
|
||||
"perform real-time jam sessions over the internet. There is a llcon "
|
||||
"server which collects the audio data from each llcon client, "
|
||||
"mixes the audio data and sends the mix back to each client.") +
|
||||
"</big></p><br>"
|
||||
"<p><font face=\"courier\">" // GPL header text
|
||||
"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 "
|
||||
|
|
Loading…
Reference in a new issue