WinRT: fix capitalization of UI text

Change-Id: I9368ef62a56d0bdb981c154b5d59b847c0f00558
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
This commit is contained in:
Leena Miettinen
2014-03-06 14:58:08 +01:00
parent 64fabd7b6a
commit 13adf7b198

View File

@@ -28,7 +28,7 @@
<item> <item>
<widget class="QCheckBox" name="uninstallAfterStop"> <widget class="QCheckBox" name="uninstallAfterStop">
<property name="text"> <property name="text">
<string>uninstall package after stop</string> <string>Uninstall package after stop</string>
</property> </property>
</widget> </widget>
</item> </item>