mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-04 22:56:11 -05:00
UI: Fix translation key
This commit is contained in:
@@ -85,8 +85,8 @@ public:
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
#define TEST_STR(x) "Basic.AutoConfig.TestPage." x
|
||||
#define SUBTITLE_TESTING TEST_STR("Subtitle.Testing")
|
||||
#define SUBTITLE_COMPLETE TEST_STR("Subtitle.Complete")
|
||||
#define SUBTITLE_TESTING TEST_STR("SubTitle.Testing")
|
||||
#define SUBTITLE_COMPLETE TEST_STR("SubTitle.Complete")
|
||||
#define TEST_BW TEST_STR("TestingBandwidth")
|
||||
#define TEST_BW_NO_OUTPUT TEST_STR("TestingBandwidth.NoOutput")
|
||||
#define TEST_BW_CONNECTING TEST_STR("TestingBandwidth.Connecting")
|
||||
|
||||
Reference in New Issue
Block a user