Skip to content
Snippets Groups Projects
Commit 9e209d01 authored by Leena Miettinen's avatar Leena Miettinen Committed by Thomas Hartmann
Browse files

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: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 67513bcf
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment