diff options
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index fb5cd99..b42c0d0 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -807,7 +807,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "before they have been used. This would allow you " "to override any variables that need to be changed " "for some language. ",false, - "Variables That Change Behavior"); + "Variables for Languages"); cm->DefineProperty ("CMAKE_<LANG>_COMPILER", cmProperty::VARIABLE, |