Skip to content

Commit

Permalink
Merge pull request #101 from mirabilos/spelling
Browse files Browse the repository at this point in the history
fix spelling
  • Loading branch information
corrados authored Apr 19, 2020
2 parents 8c39810 + 1204109 commit cffeb10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/clientdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
QString strLEDDelay = tr ( "<b>Delay Status LED:</b> "
"The delay status LED indicator shows the current audio delay "
"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 "
"large for jamming." );

Expand Down
2 changes: 1 addition & 1 deletion src/clientsettingsdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
// sound card input/output channel mapping
QString strSndCrdChanMapp = tr ( "<b>Sound Card Channel Mapping:</b> "
"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>"
"For each " ) + APP_NAME + tr ( " input/output channel (Left and "
"Right channel) a different actual sound card channel can be "
Expand Down
2 changes: 1 addition & 1 deletion src/serverdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CServerDlg::CServerDlg ( CServer* pNServP,
// client list
lvwClients->setWhatsThis ( tr ( "<b>Client List:</b> The client list "
"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." ) );

lvwClients->setAccessibleName ( tr ( "Connected clients list view" ) );
Expand Down

0 comments on commit cffeb10

Please sign in to comment.