From 706a92184ebd8f26bb442b91a4c5c17f94a4d073 Mon Sep 17 00:00:00 2001 From: ignotus Date: Thu, 4 Jun 2020 16:02:00 +0200 Subject: [PATCH] Update clientsettingsdlg.cpp --- src/clientsettingsdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientsettingsdlg.cpp b/src/clientsettingsdlg.cpp index a2584945..d888f333 100755 --- a/src/clientsettingsdlg.cpp +++ b/src/clientsettingsdlg.cpp @@ -245,7 +245,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent, // custom central server address QString strCentrServAddr = "" + tr ( "Custom Central Server Address" ) + ": " + - 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 );