App: [skip ci] fix string literal
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
<name>LinkParams</name>
|
||||
<message>
|
||||
<location filename="../../Link.cpp" line="119"/>
|
||||
<source>Stores the last user choice of whether to apply CopyOnChange setup to all link
|
||||
that links to the same configurable object</source>
|
||||
<source>Stores the last user choice of whether to apply CopyOnChange setup to all links
|
||||
that reference the same configurable object</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
||||
Reference in New Issue
Block a user