Meson: Fix UI text capitalization

Change-Id: I6f2efde74f3ca899487b456e7a28d0eef72c5dfa
Reviewed-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2020-07-02 09:45:38 +02:00
parent d57acdeb6b
commit 3650dd8b42

View File

@@ -38,7 +38,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Apply configuration changes</string>
<string>Apply Configuration Changes</string>
</property>
</widget>
</item>
@@ -51,11 +51,11 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>Wipe build directory and reconfigure using previous command line options.
Userful when build directory got corrupted, or when rebuilding with a newer version of meson.</string>
<string>Wipes build directory and reconfigures using previous command line options.
Useful if build directory is corrupted or when rebuilding with a newer version of Meson.</string>
</property>
<property name="text">
<string>Wipe project</string>
<string>Wipe Project</string>
</property>
<property name="icon">
<iconset theme=":/utils/images/warning.png"/>