Update clientsettingsdlg.cpp

This commit is contained in:
ignotus 2020-06-04 16:02:00 +02:00 committed by GitHub
parent 1923bf469e
commit 706a92184e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,7 +245,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
// custom central server address
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." );
lblCentralServerAddress->setWhatsThis ( strCentrServAddr );