App: [skip ci] fix string literal

This commit is contained in:
wmayer
2022-10-21 13:43:26 +02:00
parent 2863ee0832
commit de595d5aa9
2 changed files with 4 additions and 4 deletions

View File

@@ -117,8 +117,8 @@ ParameterGrp::handle LinkParams::getHandle() {
// Auto generated code. See class document of LinkParams.
const char *LinkParams::docCopyOnChangeApplyToAll() {
return QT_TRANSLATE_NOOP("LinkParams",
"Stores the last user choice of whether to apply CopyOnChange setup to all link\n"
"that links to the same configurable object");
"Stores the last user choice of whether to apply CopyOnChange setup to all links\n"
"that reference the same configurable object");
}
// Auto generated code. See class document of LinkParams.