Doc: Fix Vale warnings

Vale sometimes cannot tell the difference between acceptable use
of an apostrophe (to form the possessive case of a noun) and some
discouraged uses, such as putting an apostrophe after an abbreviation
or a word that could be a verb.

Change-Id: Id85dcbf0565c863bf9eed1eb9f6b5c99c1f3a006
Reviewed-by: Jerome Pasion <jerome.pasion@qt.io>
This commit is contained in:
Leena Miettinen
2025-03-11 13:30:14 +01:00
parent 131a094a8a
commit 57167ccf02
4 changed files with 6 additions and 6 deletions

View File

@@ -240,7 +240,7 @@
\li \uicontrol {Use CDB console} \li \uicontrol {Use CDB console}
\li If a console application does not start up properly in the configured \li If a console application does not start up properly in the configured
console and the subsequent attach fails, diagnose the issue by console and the subsequent attach fails, diagnose the issue by
using CDB's native console. Select this checkbox to override the using the native CDB console. Select this checkbox to override the
console set in the Windows system environment variables. Note that console set in the Windows system environment variables. Note that
the native console does not prompt on application exit. the native console does not prompt on application exit.
\row \row

View File

@@ -282,7 +282,7 @@
If a console application does not start up properly in the configured If a console application does not start up properly in the configured
console and the subsequent attach fails, you can diagnose the issue by console and the subsequent attach fails, you can diagnose the issue by
using CDB's native console. Go to \preferences > using the native CDB console. Go to \preferences >
\uicontrol Debugger > \uicontrol CDB > \uicontrol {Use CDB console} to \uicontrol Debugger > \uicontrol CDB > \uicontrol {Use CDB console} to
override the console set in the Windows system environment variables. override the console set in the Windows system environment variables.
Note that the native console does not prompt on application exit. Note that the native console does not prompt on application exit.

View File

@@ -461,7 +461,7 @@
\inlineimage icons/refactormarker.png \inlineimage icons/refactormarker.png
\row \row
\li Convert Function Call to Qt Meta-Method Invocation \li Convert Function Call to Qt Meta-Method Invocation
\li Converts an invokable function call into a meta method \li Converts an invocable function call into a meta method
invocation. This applies to signals and slots in general, invocation. This applies to signals and slots in general,
as well as functions explicitly marked with \c Q_INVOKABLE. as well as functions explicitly marked with \c Q_INVOKABLE.
For example, for the following class: For example, for the following class:
@@ -499,7 +499,7 @@
} }
\endcode \endcode
The quick fix also works on invokable methods outside the class that are The quick fix also works on invocable methods outside the class that are
visible from the location where they are called from. For example, it visible from the location where they are called from. For example, it
rewrites rewrites

View File

@@ -369,7 +369,7 @@
\li \l {git branch} \li \l {git branch}
\row \row
\li \uicontrol {Copy <hash>} \li \uicontrol {Copy <hash>}
\li Copy the commit's <hash> to the clipboard. \li Copy the commit <hash> to the clipboard.
\li \li
\row \row
\li \uicontrol {Describe Change <hash>} \li \uicontrol {Describe Change <hash>}
@@ -1005,7 +1005,7 @@
In the \uicontrol {Git Branches} view, right-click a remote branch, and In the \uicontrol {Git Branches} view, right-click a remote branch, and
then select a merge option in the context menu. If the commit you are merging then select a merge option in the context menu. If the commit you are merging
can be reached by following the first commit's history, there is no divergent can be reached by following the history of the first commit, there is no divergent
work to merge together. To allow Git to move the branch pointer forward, work to merge together. To allow Git to move the branch pointer forward,
select \uicontrol {Merge <remote branch> into <local branch> (Fast-Forward)}. select \uicontrol {Merge <remote branch> into <local branch> (Fast-Forward)}.
If you do not want to fast-forward the branch, select If you do not want to fast-forward the branch, select