Sketcher: Rename of the "Defaults" button of the advanced solver dialog

=======================================================================

Just renaming the button and adding a tooltip as discussed here:
http://forum.freecadweb.org/viewtopic.php?f=8&t=12180&start=30#p98221
This commit is contained in:
Abdullah Tahiri 2015-08-27 16:56:05 +02:00 committed by wmayer
parent 3807cbdb23
commit 650f3282d5

View File

@ -557,8 +557,11 @@
</item> </item>
<item> <item>
<widget class="QPushButton" name="pushButtonDefaults"> <widget class="QPushButton" name="pushButtonDefaults">
<property name="toolTip">
<string>Resets all solver values to their default values</string>
</property>
<property name="text"> <property name="text">
<string>Set Defaults</string> <string>Restore Defaults</string>
</property> </property>
</widget> </widget>
</item> </item>