mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Fix wording in new warning messages
This commit is contained in:
@@ -162,7 +162,7 @@ class PluginBridge {
|
||||
init_msg << " until you fix this. Check the readme for "
|
||||
"instructions"
|
||||
<< std::endl;
|
||||
init_msg << " on how to fix this." << std::endl;
|
||||
init_msg << " on how to do that." << std::endl;
|
||||
init_msg << std::endl;
|
||||
|
||||
send_notification(
|
||||
@@ -206,7 +206,7 @@ class PluginBridge {
|
||||
<< std::endl;
|
||||
init_msg << " yabridge to crash until you fix this. Check the"
|
||||
<< std::endl;
|
||||
init_msg << " readme for instructions on how to do this."
|
||||
init_msg << " readme for instructions on how to do that."
|
||||
<< std::endl;
|
||||
init_msg << std::endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user