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." ) + "
" + "" +