forked from qt-creator/qt-creator
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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user