From d23334bb84255ed9ea14f903745ede4258f01de6 Mon Sep 17 00:00:00 2001
From: Leena Miettinen <riitta-leena.miettinen@digia.com>
Date: Mon, 16 Mar 2015 14:52:13 +0100
Subject: [PATCH] QMLDesigner: fix punctuation of a tooltip

Change-Id: I008b3ad8efad56578953741f94bba4ade5f45d63
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
---
 .../propertyEditorQmlSources/QtQuick/LayoutPoperties.qml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml
index 07432ae39f0..e9ba8193d85 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml
@@ -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 {
-- 
GitLab