Annotation Editor: Fix UI text capitalization

Change-Id: Ie6a62677b44cb8f4b158178252cc7a098734681e
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Leena Miettinen
2020-07-01 17:17:32 +02:00
parent b5e0313f41
commit bd24903ddc

View File

@@ -22,7 +22,7 @@
<item> <item>
<widget class="QLabel" name="targetIdLabel"> <widget class="QLabel" name="targetIdLabel">
<property name="text"> <property name="text">
<string>Selected Item</string> <string>Selected item</string>
</property> </property>
</widget> </widget>
</item> </item>