From 5f8902e5745f1f8eaf8ba97542f0ac232df90bb4 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Wed, 23 Dec 2020 23:10:47 +0100 Subject: [PATCH] Replace cowboy-language with normal, descriptive reply messages --- src/nsmd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nsmd.cpp b/src/nsmd.cpp index 48bcd0e..8562e4b 100644 --- a/src/nsmd.cpp +++ b/src/nsmd.cpp @@ -989,8 +989,8 @@ OSC_HANDLER( announce ) osc_server->send( lo_message_get_source( msg ), "/reply", path, expected_client ? - "Howdy, what took you so long?" : - "Well hello, stranger. Welcome to the party.", + "Acknowledged as full NSM client (started ourselves)." : + "Acknowledged as full NSM client (registered itself from the outside).", APP_TITLE, ":server-control:broadcast:optional-gui:" );