mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +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
|
// Remove this once the transition to CMake is complete
|
||||||
#if defined(CMAKE_INTDIR)
|
#if defined(CMAKE_INTDIR)
|
||||||
buildType = XO("CMake %s").Format( buildType );
|
buildType = Verbatim("CMake %s").Format( buildType );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
AddBuildinfoRow(&informationStr, XO("Build type:"), buildType.Translation());
|
AddBuildinfoRow(&informationStr, XO("Build type:"), buildType.Translation());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user