diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 52fc3a886..ea7d66a6a 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -713,7 +713,7 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S ) // Remove this once the transition to CMake is complete #if defined(CMAKE_INTDIR) - buildType = XO("CMake %s").Format( buildType ); + buildType = Verbatim("CMake %s").Format( buildType ); #endif AddBuildinfoRow(&informationStr, XO("Build type:"), buildType.Translation());