wording change regarding use of exact for floors

This commit is contained in:
Howard Stearns 2017-06-03 15:48:48 -07:00
parent 02c46080f7
commit 556dcd69ac
3 changed files with 3 additions and 3 deletions

View file

@ -177,7 +177,7 @@ ScrollingWindow {
SHAPE_TYPE_STATIC_MESH SHAPE_TYPE_STATIC_MESH
], ],
checkStateOnDisable: false, checkStateOnDisable: false,
warningOnDisable: "Models with 'Exact' automatic collisions cannot be dynamic" warningOnDisable: "Models with 'Exact' automatic collisions cannot be dynamic, and should not be used as floors"
} }
}); });

View file

@ -179,7 +179,7 @@ Rectangle {
SHAPE_TYPE_STATIC_MESH SHAPE_TYPE_STATIC_MESH
], ],
checkStateOnDisable: false, checkStateOnDisable: false,
warningOnDisable: "Models with 'Exact' automatic collisions cannot be dynamic" warningOnDisable: "Models with 'Exact' automatic collisions cannot be dynamic, and should not be used as floors"
} }
}); });

View file

@ -118,7 +118,7 @@ Rectangle {
id: text2 id: text2
width: 160 width: 160
color: "#ffffff" color: "#ffffff"
text: qsTr("Models with automatic collisions set to 'Exact' cannot be dynamic") text: qsTr("Models with automatic collisions set to 'Exact' cannot be dynamic, and should not be used as floors")
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
font.pixelSize: 12 font.pixelSize: 12
} }