From 379e65de57938cfbb71c7ac8cf63647c5568d22f Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 31 Oct 2007 13:57:51 -0400 Subject: ENH: minor fix --- Source/cmDocumentVariables.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__COMPILER", cmProperty::VARIABLE, -- cgit v0.12