1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 09:39:42 +02:00

"CMake" doesn't need to be translated

This commit is contained in:
Paul Licameli 2020-02-21 16:47:15 -05:00
parent c9e760b764
commit a7895b4998

View File

@ -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());