diff --git a/src/ui/MainWindowLeftPanel.qml b/src/ui/MainWindowLeftPanel.qml index 2e7069d..5712204 100644 --- a/src/ui/MainWindowLeftPanel.qml +++ b/src/ui/MainWindowLeftPanel.qml @@ -217,7 +217,7 @@ Item { QGCButton { anchors.left: parent.left anchors.right: parent.right - text: "Console" + text: qsTr("Console") exclusiveGroup: panelActionGroup onClicked: { if(__rightPanel.source != "QGroundControl/Controls/AppMessages.qml") {