Change a button text to a more sensible one

This commit is contained in:
Pekka Roivainen
2017-05-04 23:20:06 +03:00
committed by wmayer
parent 3e7cab0297
commit 69bbd95ef2

View File

@@ -72,10 +72,10 @@
<item row="1" column="2">
<widget class="QPushButton" name="uiFindAllHoles">
<property name="toolTip">
<string>Update the path with the removed and reordered items.</string>
<string>Remove all custom objects and find holes from base object.</string>
</property>
<property name="text">
<string>Find All</string>
<string>Reset Defaults</string>
</property>
</widget>
</item>