From 9e209d0169dbe0c4e421bd12436e5d883ff3c40f Mon Sep 17 00:00:00 2001
From: Leena Miettinen <riitta-leena.miettinen@digia.com>
Date: Tue, 12 Feb 2013 15:40:48 +0100
Subject: [PATCH] UI text: make QML option label shorter

The same information is already given in the dialog
title. Fix capitalization of OK.

Change-Id: Ia77bd62075f8553a8533edbe56965cf662541cc7
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
---
 .../qmldesigner/designercore/filemanager/qmlwarningdialog.ui  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/qmldesigner/designercore/filemanager/qmlwarningdialog.ui b/src/plugins/qmldesigner/designercore/filemanager/qmlwarningdialog.ui
index 14ba7ed12ce..29700ad2f24 100644
--- a/src/plugins/qmldesigner/designercore/filemanager/qmlwarningdialog.ui
+++ b/src/plugins/qmldesigner/designercore/filemanager/qmlwarningdialog.ui
@@ -67,7 +67,7 @@
    <item>
     <widget class="QCheckBox" name="checkBox">
      <property name="text">
-      <string>Warn about QML features which are not properly supported by the Qt Quick Designer</string>
+      <string>Warn about unsupported features</string>
      </property>
     </widget>
    </item>
@@ -99,7 +99,7 @@
      <item>
       <widget class="QPushButton" name="okButton">
        <property name="text">
-        <string>Ok</string>
+        <string>OK</string>
        </property>
       </widget>
      </item>
-- 
GitLab