Commit 2bc9d6b6 authored by Tomaz Canabrava's avatar Tomaz Canabrava

Add a new string to translation

Missing string
Signed-off-by: 's avatarTomaz Canabrava <tomaz.canabrava@intel.com>
parent 871397bd
...@@ -217,7 +217,7 @@ Item { ...@@ -217,7 +217,7 @@ Item {
QGCButton { QGCButton {
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
text: "Console" text: qsTr("Console")
exclusiveGroup: panelActionGroup exclusiveGroup: panelActionGroup
onClicked: { onClicked: {
if(__rightPanel.source != "QGroundControl/Controls/AppMessages.qml") { if(__rightPanel.source != "QGroundControl/Controls/AppMessages.qml") {
......
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