1
0
Эх сурвалжийг харах

STYLE: QT -> Qt in the docs

Alex
Alexander Neundorf 18 жил өмнө
parent
commit
f13e25e67d

+ 1 - 1
Source/cmQTWrapCPPCommand.h

@@ -56,7 +56,7 @@ public:
    */
   virtual const char* GetTerseDocumentation() 
     {
-    return "Create QT Wrappers.";
+    return "Create Qt Wrappers.";
     }
   
   /**

+ 1 - 1
Source/cmQTWrapUICommand.h

@@ -54,7 +54,7 @@ public:
    */
   virtual const char* GetTerseDocumentation() 
     {
-    return "Create QT user interfaces Wrappers.";
+    return "Create Qt user interfaces Wrappers.";
     }
   
   /**