summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/cmQTWrapCPPCommand.h2
-rw-r--r--Source/cmQTWrapUICommand.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h
index 785b07c152..98aeec0ff5 100644
--- a/Source/cmQTWrapCPPCommand.h
+++ b/Source/cmQTWrapCPPCommand.h
@@ -56,7 +56,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Create QT Wrappers.";
+ return "Create Qt Wrappers.";
}
/**
diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h
index 1682b0c9be..491f175414 100644
--- a/Source/cmQTWrapUICommand.h
+++ b/Source/cmQTWrapUICommand.h
@@ -54,7 +54,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Create QT user interfaces Wrappers.";
+ return "Create Qt user interfaces Wrappers.";
}
/**