fix spelling

detected by Debian’s static analyser tool lintian
This commit is contained in:
mirabilos 2020-04-19 03:25:21 +02:00 committed by mirabilos
parent 8c39810fcf
commit 1204109bdf
No known key found for this signature in database
GPG key ID: 8950C1895EB8D3B3
3 changed files with 3 additions and 3 deletions

View file

@ -147,7 +147,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
QString strLEDDelay = tr ( "<b>Delay Status LED:</b> " QString strLEDDelay = tr ( "<b>Delay Status LED:</b> "
"The delay status LED indicator shows the current audio delay " "The delay status LED indicator shows the current audio delay "
"status. If the light is green, the delay is perfect for a jam " "status. If the light is green, the delay is perfect for a jam "
"session. If the ligth is yellow, a session is still possible but " "session. If the light is yellow, a session is still possible but "
"it may be harder to play. If the light is red, the delay is too " "it may be harder to play. If the light is red, the delay is too "
"large for jamming." ); "large for jamming." );

View file

@ -104,7 +104,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
// sound card input/output channel mapping // sound card input/output channel mapping
QString strSndCrdChanMapp = tr ( "<b>Sound Card Channel Mapping:</b> " QString strSndCrdChanMapp = tr ( "<b>Sound Card Channel Mapping:</b> "
"In case the selected sound card device offers more than one " "In case the selected sound card device offers more than one "
"input or output channel, the Input Channel Mapping and Ouptut " "input or output channel, the Input Channel Mapping and Output "
"Channel Mapping settings are visible.<br>" "Channel Mapping settings are visible.<br>"
"For each " ) + APP_NAME + tr ( " input/output channel (Left and " "For each " ) + APP_NAME + tr ( " input/output channel (Left and "
"Right channel) a different actual sound card channel can be " "Right channel) a different actual sound card channel can be "

View file

@ -44,7 +44,7 @@ CServerDlg::CServerDlg ( CServer* pNServP,
// client list // client list
lvwClients->setWhatsThis ( tr ( "<b>Client List:</b> The client list " lvwClients->setWhatsThis ( tr ( "<b>Client List:</b> The client list "
"shows all clients which are currently connected to this server. Some " "shows all clients which are currently connected to this server. Some "
"informations about the clients like the IP address and name are given " "information about the clients like the IP address and name are given "
"for each connected client." ) ); "for each connected client." ) );
lvwClients->setAccessibleName ( tr ( "Connected clients list view" ) ); lvwClients->setAccessibleName ( tr ( "Connected clients list view" ) );