diff --git a/src/ui/MainWindowLeftPanel.qml b/src/ui/MainWindowLeftPanel.qml index 2e7069d1b88ce9f6ca49b8ec099330c9a7426a68..5712204c9239ece0831e9779e633c7e76fb91384 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") {