Skip to content

Commit

Permalink
Update clientsettingsdlg.cpp
Browse files Browse the repository at this point in the history
Formatting
  • Loading branch information
gilgongo authored Jun 4, 2022
1 parent e59a84d commit a85d6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clientsettingsdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, CClientSettings* pNSet
"ASIO Device Settings button to open the driver settings panel. On Linux, "
"use the JACK configuration tool to change the buffer size."
"Other APIs like Pipewire might need different (command line) options. "
"Please look in their manual.")
"Please look in their manual." )
.arg ( APP_NAME ) +
"<br>" +
tr ( "If no buffer size is selected and all settings are disabled, this means a "
Expand All @@ -227,7 +227,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, CClientSettings* pNSet
"On Windows, press the ASIO Device Settings button to open the "
"driver settings panel. On Linux, use the JACK configuration tool to "
"change the buffer size. Other APIs like Pipewire might need different "
"(command line) options. Please look in their manual.")
"(command line) options. Please look in their manual." )
.arg ( APP_NAME ) +
TOOLTIP_COM_END_TEXT;

Expand Down

0 comments on commit a85d6d9

Please sign in to comment.