Commit 1f7c9725 authored by Xaser's avatar Xaser

fixed spelling error in toolbar battery consumed

parent 97d9118c
...@@ -571,7 +571,7 @@ Rectangle { ...@@ -571,7 +571,7 @@ Rectangle {
color: colorWhite color: colorWhite
} }
QGCLabel { QGCLabel {
text: MavManager.batteryConsumed.toFixed(0) + 'mA'; text: MavManager.batteryConsumed.toFixed(0) + 'mAh';
width: getProportionalDimmension(30) width: getProportionalDimmension(30)
horizontalAlignment: Text.AlignRight horizontalAlignment: Text.AlignRight
font.pixelSize: ScreenTools.smallFontPixelSize font.pixelSize: ScreenTools.smallFontPixelSize
......
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