Browse Source

UI: Fix translation key

shiina424 2 years ago
parent
commit
fe716ef39e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      UI/window-basic-auto-config-test.cpp

+ 2 - 2
UI/window-basic-auto-config-test.cpp

@@ -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")