From 130debe4a5f74f4738fc979175ff528182193e83 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Mon, 19 Aug 2013 15:49:44 +0200 Subject: [PATCH] Better disarmed labeling --- src/ui/QGCToolBar.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/QGCToolBar.cc b/src/ui/QGCToolBar.cc index f5253c283..96c0a00d5 100644 --- a/src/ui/QGCToolBar.cc +++ b/src/ui/QGCToolBar.cc @@ -462,7 +462,7 @@ void QGCToolBar::updateView() { toolBarSafetyLabel->setStyleSheet("QLabel {color: #14C814; font-size: 15pt;}"); } - toolBarSafetyLabel->setText(tr("SAFE")); + toolBarSafetyLabel->setText(tr("DISARMED")); } changed = false; -- 2.22.0