From a7895b4998ad8dd35a7d84dd1bb5b0caefdb2280 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Fri, 21 Feb 2020 16:47:15 -0500 Subject: [PATCH] "CMake" doesn't need to be translated --- src/AboutDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());