replaced llcon by APP_NAME
This commit is contained in:
parent
ee8524aa11
commit
57fe038978
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP,
|
||||||
butConnect->setAccessibleDescription ( tr ( "Clicking on this "
|
butConnect->setAccessibleDescription ( tr ( "Clicking on this "
|
||||||
"button changes the caption of the button from Connect to "
|
"button changes the caption of the button from Connect to "
|
||||||
"Disconnect, i.e., it implements a toggle functionality for connecting "
|
"Disconnect, i.e., it implements a toggle functionality for connecting "
|
||||||
"and disconnecting the llcon software." ) );
|
"and disconnecting the " ) + APP_NAME + tr ( " software." ) );
|
||||||
|
|
||||||
// fader tag
|
// fader tag
|
||||||
QString strFaderTag = tr ( "<b>Your Alias/Instrument:</b> Set your name "
|
QString strFaderTag = tr ( "<b>Your Alias/Instrument:</b> Set your name "
|
||||||
|
|
Loading…
Reference in a new issue