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:
parent
c9e760b764
commit
a7895b4998
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user