From 3950f055adaddfd3034bc2762fa26a9d733ad297 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 21 Sep 2021 15:54:19 +0200 Subject: [PATCH] Fix wording in new warning messages --- src/plugin/bridges/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugin/bridges/common.h b/src/plugin/bridges/common.h index 63a25c3f..63ae76e7 100644 --- a/src/plugin/bridges/common.h +++ b/src/plugin/bridges/common.h @@ -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;