From de595d5aa96cfdc7644f8752ce59de01ba81dbc8 Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 21 Oct 2022 13:43:26 +0200 Subject: [PATCH] App: [skip ci] fix string literal --- src/App/Link.cpp | 4 ++-- src/App/Resources/translations/App.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App/Link.cpp b/src/App/Link.cpp index b638591f1c..a180b2be38 100644 --- a/src/App/Link.cpp +++ b/src/App/Link.cpp @@ -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. diff --git a/src/App/Resources/translations/App.ts b/src/App/Resources/translations/App.ts index 54d30d1e2c..91f18a6777 100644 --- a/src/App/Resources/translations/App.ts +++ b/src/App/Resources/translations/App.ts @@ -5,8 +5,8 @@ LinkParams - Stores the last user choice of whether to apply CopyOnChange setup to all link -that links to the same configurable object + Stores the last user choice of whether to apply CopyOnChange setup to all links +that reference the same configurable object