mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +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 "
|
init_msg << " until you fix this. Check the readme for "
|
||||||
"instructions"
|
"instructions"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
init_msg << " on how to fix this." << std::endl;
|
init_msg << " on how to do that." << std::endl;
|
||||||
init_msg << std::endl;
|
init_msg << std::endl;
|
||||||
|
|
||||||
send_notification(
|
send_notification(
|
||||||
@@ -206,7 +206,7 @@ class PluginBridge {
|
|||||||
<< std::endl;
|
<< std::endl;
|
||||||
init_msg << " yabridge to crash until you fix this. Check the"
|
init_msg << " yabridge to crash until you fix this. Check the"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
init_msg << " readme for instructions on how to do this."
|
init_msg << " readme for instructions on how to do that."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
init_msg << std::endl;
|
init_msg << std::endl;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user