1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

[OP-746] Fix invalid tooltip for the "Upgrade" button of the Vehicle setup wizard (copy/paste error)

This commit is contained in:
Oleg Semyonov 2012-11-26 17:41:35 +02:00
parent 08b9c9aa29
commit 089f4a7915

View File

@ -57,7 +57,7 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QToolButton" name="startUpdate">
<property name="toolTip">
<string>Calculate gyro and accelerometer bias</string>
<string>Upgrade now</string>
</property>
<property name="styleSheet">
<string notr="true">QToolButton { border: none }</string>