diff --git a/Source/Core/DolphinWX/ConfigMain.cpp b/Source/Core/DolphinWX/ConfigMain.cpp index 90525d8c25..46187d0da7 100644 --- a/Source/Core/DolphinWX/ConfigMain.cpp +++ b/Source/Core/DolphinWX/ConfigMain.cpp @@ -46,7 +46,7 @@ const CPUCore CPUCores[] = { {4, wxTRANSLATE("Arm JITIL (experimental)")}, #else {1, wxTRANSLATE("JIT Recompiler (recommended)")}, - {2, wxTRANSLATE("JITIL experimental recompiler")}, + {2, wxTRANSLATE("JITIL Recompiler (experimental)")}, #endif };