summaryrefslogtreecommitdiff
path: root/share/qbs/module-providers/Qt/templates/qml.qbs
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2021-11-04 20:56:28 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2021-11-15 18:56:24 +0000
commitc1af290c995ef9791731fa59fdb7d24443c6b035 (patch)
tree7ce3fb0dde92f0dba9be9c38a69b8468eb6f63ab /share/qbs/module-providers/Qt/templates/qml.qbs
parentce6ee7bb701b3a88088b38efd9297e5ced31aadd (diff)
downloadqbs-c1af290c995ef9791731fa59fdb7d24443c6b035.tar.gz
Fix descriptions for JS commands
* All descriptions start with a small letter. * Trailing dots have been removed from all descriptions. * For all static library rules replaced 'linking' with 'creating' in descriptions. * Added 'ing' ending to all descriptions where it was missing. Change-Id: I2a4cb9dd53980d33628e097efaae53a68573af42 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/qbs/module-providers/Qt/templates/qml.qbs')
-rw-r--r--share/qbs/module-providers/Qt/templates/qml.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/module-providers/Qt/templates/qml.qbs b/share/qbs/module-providers/Qt/templates/qml.qbs
index 8a02a0655..55bf31dee 100644
--- a/share/qbs/module-providers/Qt/templates/qml.qbs
+++ b/share/qbs/module-providers/Qt/templates/qml.qbs
@@ -135,7 +135,7 @@ QtModule {
prepare: {
var cmd = new JavaScriptCommand();
if (inputs["qt.qml.qml"])
- cmd.description = "Creating " + outputs["cpp"][0].fileName;
+ cmd.description = "creating " + outputs["cpp"][0].fileName;
else
cmd.silent = true;
cmd.sourceCode = function() {