From 95be643f522cae664a7f9649a8c2e0cd09eb7cad Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sun, 26 Mar 2023 17:58:15 +0200 Subject: [PATCH] Document JSON-RPC recording --- src/serverdlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/serverdlg.cpp b/src/serverdlg.cpp index 874c08145e..768662f5a4 100644 --- a/src/serverdlg.cpp +++ b/src/serverdlg.cpp @@ -134,9 +134,9 @@ CServerDlg::CServerDlg ( CServer* pNServP, CServerSettings* pNSetP, const bool b "Check the value in the Options tab." ) + "" + "
" + SREC_NOT_ENABLED + "
" + "
" #ifdef _WIN32 - + tr ( "Recording has been switched off by the UI checkbox." ) + + tr ( "Recording has been switched off by the UI checkbox or JSON-RPC." ) #else - + tr ( "Recording has been switched off, either by the UI checkbox or SIGUSR2 being received." ) + + tr ( "Recording has been switched off, by the UI checkbox, SIGUSR2 or JSON-RPC." ) #endif + "
" + "
" + SREC_NOT_RECORDING + "
" + "
" + tr ( "There is no one connected to the server to record." ) + "
" + "
" + SREC_RECORDING + "
" + "
" + tr ( "The performers are being recorded to the specified session directory." ) + "
" + "" +