Skip to content

Commit acb5d6b

Browse files
Update FooterRebootShutdownWarning.qml
1 parent b5f5185 commit acb5d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qml/ui/configpopup/status/FooterRebootShutdownWarning.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Item {
7474
visible: get_show_power_actions() && m_type==2
7575
Layout.alignment: Qt.AlignRight
7676
Layout.rightMargin: 10
77-
text: qsTr("Calibrate Compass")
77+
text: "\uf14e"
7878
onPressed: {
7979
var success=_fcMavlinkAction.send_command_compass_calibration();
8080
if(success){

0 commit comments

Comments
 (0)