summaryrefslogtreecommitdiff
path: root/doc/qtcreatordev
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-07-11 15:30:22 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-07-12 10:39:52 +0000
commit226abd4de75dfa9542af5be043cda74a5ebdc4af (patch)
tree94548ffd3e459d4030f06b62c96ad73f18d1a93e /doc/qtcreatordev
parentb8f66276fd7a33452a51715c1a3cd8e4038a0d80 (diff)
downloadqt-creator-226abd4de75dfa9542af5be043cda74a5ebdc4af.tar.gz
Doc: Do not use comma before "because"
Change-Id: I375342fa10b95e26a3de2524610905c4d5503d3e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'doc/qtcreatordev')
-rw-r--r--doc/qtcreatordev/src/qtcreator-documentation.qdoc6
-rw-r--r--doc/qtcreatordev/src/qtcreator-ui-text.qdoc2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/qtcreatordev/src/qtcreator-documentation.qdoc b/doc/qtcreatordev/src/qtcreator-documentation.qdoc
index 6723fd745d..66edefce4c 100644
--- a/doc/qtcreatordev/src/qtcreator-documentation.qdoc
+++ b/doc/qtcreatordev/src/qtcreator-documentation.qdoc
@@ -179,7 +179,7 @@
The \c {\else} command is sometimes used to replace some \QC specific text
with text that applies to \QDS. For example, the following \c if-else
- statement is needed in the \QC Manual sources, because the project wizards
+ statement is needed in the \QC Manual sources because the project wizards
in \QDS are different from those in \QC, and are therefore described in
a new topic that is located in the \QDS Manual sources:
@@ -251,7 +251,7 @@
It is mostly used in the \QC Manual sources to specify values for the
\c {\previouspage} and \c {\nextpage} commands depending on whether
the \QDS Manual or \QC Manual is being built. For example, the
- following \c if-else statement is needed, because only the Git
+ following \c if-else statement is needed because only the Git
version control system is integrated to \QDS, and information about
the other systems integrated to \QC is hidden:
@@ -349,7 +349,7 @@
topic in the Qt reference documentation.
This improves the consistency of the look and feel of Qt documentation,
- and eliminates the need to describe parts of the UI in the text, because
+ and eliminates the need to describe parts of the UI in the text because
you can just insert the number of the element you are referring to in
brackets.
diff --git a/doc/qtcreatordev/src/qtcreator-ui-text.qdoc b/doc/qtcreatordev/src/qtcreator-ui-text.qdoc
index 059ef89c03..4c14fe704b 100644
--- a/doc/qtcreatordev/src/qtcreator-ui-text.qdoc
+++ b/doc/qtcreatordev/src/qtcreator-ui-text.qdoc
@@ -259,7 +259,7 @@
Use \c{QDir::toNativeSeparators()} for file and directory names that you
pass to \c{tr().arg()}.
- Do not use markup that spans the whole string, because that can be confusing
+ Do not use markup that spans the whole string because that can be confusing
for translators. For example, instead of:
\code