remove double space in translatable script

Change-Id: I79751f2220318de03a01654d99fabeb1340212eb
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Johnny Jazeix
2023-08-28 12:04:40 +02:00
parent 837fadafbd
commit 5fd559a3b7

View File

@@ -138,7 +138,7 @@ Section {
PropertyLabel { PropertyLabel {
text: qsTr("Manual Attenuation") 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 { SecondColumnLayout {