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