Update serverdlg.h

This commit is contained in:
ignotus 2020-07-06 09:19:52 +02:00 committed by GitHub
parent 479ec6f1df
commit f3fe7934a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,10 +47,10 @@
#define GUI_CONTRL_UPDATE_TIME 1000 // ms #define GUI_CONTRL_UPDATE_TIME 1000 // ms
// Strings used in multiple places // Strings used in multiple places
#define SREC_NOT_INITIALISED "Not initialised" #define SREC_NOT_INITIALISED tr ( "Not initialised" )
#define SREC_NOT_ENABLED "Not enabled" #define SREC_NOT_ENABLED tr ( "Not enabled" )
#define SREC_NOT_RECORDING "Not recording" #define SREC_NOT_RECORDING tr ( "Not recording" )
#define SREC_RECORDING "Recording" #define SREC_RECORDING tr ( "Recording" )
/* Classes ********************************************************************/ /* Classes ********************************************************************/