From 5fd559a3b7066c3557ec325999481fd467e0418f Mon Sep 17 00:00:00 2001 From: Johnny Jazeix Date: Mon, 28 Aug 2023 12:04:40 +0200 Subject: [PATCH] remove double space in translatable script Change-Id: I79751f2220318de03a01654d99fabeb1340212eb Reviewed-by: Thomas Hartmann Reviewed-by: --- .../QtQuick3D/SpatialAudio/SpatialSoundSection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/SpatialSoundSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/SpatialSoundSection.qml index 9d753700df1..b9729ba14e7 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/SpatialSoundSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/SpatialSoundSection.qml @@ -138,7 +138,7 @@ Section { PropertyLabel { text: qsTr("Manual Attenuation") - tooltip: qsTr("Set the manual attenuation factor if distanceModel is set to ManualAttenuation.") + tooltip: qsTr("Set the manual attenuation factor if distanceModel is set to ManualAttenuation.") } SecondColumnLayout {