forked from qt-creator/qt-creator
WinRT: fix capitalization of UI text
Change-Id: I9368ef62a56d0bdb981c154b5d59b847c0f00558 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user