do not use "fader tag" since nobody knows what this is
This commit is contained in:
parent
6a4260352d
commit
0a37b9a76a
2 changed files with 8 additions and 7 deletions
|
@ -94,12 +94,13 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP,
|
||||||
"and disconnecting the llcon software." ) );
|
"and disconnecting the llcon software." ) );
|
||||||
|
|
||||||
// fader tag
|
// fader tag
|
||||||
QString strFaderTag = tr ( "<b>Fader Tag:</b> The fader tag of the local "
|
QString strFaderTag = tr ( "<b>Your Alias/Instrument:</b> Set your name "
|
||||||
"client is set in the fader tag edit box. This tag will appear "
|
"or an alias here so that the other musicians you want to play with "
|
||||||
"at your fader on the mixer board when you are connected to a llcon "
|
"know who you are. Additionally you may enter the instrument you play. "
|
||||||
"server. This tag will also show up at each client which is connected "
|
"What you set here will appear at your fader on the mixer board when "
|
||||||
"to the same server as the local client. If the fader tag is empty, "
|
"you are connected to a " ) + APP_NAME + tr ( " server. This tag will "
|
||||||
"the IP address of the client is displayed instead." );
|
"also show up at each client which is connected to the same server as "
|
||||||
|
"you. If the fader tag is empty, the IP address is shown instead." );
|
||||||
|
|
||||||
QString strFaderTagTT = tr ( "Set your name and/or instrument and/or "
|
QString strFaderTagTT = tr ( "Set your name and/or instrument and/or "
|
||||||
"pseoudonym here so that the other musicians can identify you." ) +
|
"pseoudonym here so that the other musicians can identify you." ) +
|
||||||
|
|
|
@ -449,7 +449,7 @@
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Fader Tag</string>
|
<string>Your Alias/Instrument</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="wordWrap" >
|
<property name="wordWrap" >
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
|
|
Loading…
Reference in a new issue