QMLDesigner: fix punctuation of a tooltip

Change-Id: I008b3ad8efad56578953741f94bba4ade5f45d63
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2015-03-16 14:52:13 +01:00
committed by Leena Miettinen
parent d45441926a
commit d23334bb84

View File

@@ -231,7 +231,7 @@ SectionLayout {
Label {
text: qsTr("Preferred size")
tooltip: qsTr("Preferred height of an item in a layout. If the preferred height is -1 it will be ignored")
tooltip: qsTr("Preferred height of an item in a layout. If the preferred height is -1, it will be ignored.")
}
SecondColumnLayout {