Update clientsettingsdlg.cpp
This commit is contained in:
parent
1923bf469e
commit
706a92184e
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
|
|
||||||
// custom central server address
|
// custom central server address
|
||||||
QString strCentrServAddr = "<b>" + tr ( "Custom Central Server Address" ) + ":</b> " +
|
QString strCentrServAddr = "<b>" + tr ( "Custom Central Server Address" ) + ":</b> " +
|
||||||
tr ( "Leave this blank unless you need to enter the address of a cenrtral "
|
tr ( "Leave this blank unless you need to enter the address of a central "
|
||||||
"server other than the default." );
|
"server other than the default." );
|
||||||
|
|
||||||
lblCentralServerAddress->setWhatsThis ( strCentrServAddr );
|
lblCentralServerAddress->setWhatsThis ( strCentrServAddr );
|
||||||
|
|
Loading…
Reference in a new issue