Commit 130debe4 authored by Lorenz Meier's avatar Lorenz Meier

Better disarmed labeling

parent 995cf20f
...@@ -462,7 +462,7 @@ void QGCToolBar::updateView() ...@@ -462,7 +462,7 @@ void QGCToolBar::updateView()
{ {
toolBarSafetyLabel->setStyleSheet("QLabel {color: #14C814; font-size: 15pt;}"); toolBarSafetyLabel->setStyleSheet("QLabel {color: #14C814; font-size: 15pt;}");
} }
toolBarSafetyLabel->setText(tr("SAFE")); toolBarSafetyLabel->setText(tr("DISARMED"));
} }
changed = false; changed = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment