Commit 2cc3ec74 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #1705 from orangelynx/master

fixed spelling error in toolbar battery consumed
parents 97d9118c 1f7c9725
......@@ -571,7 +571,7 @@ Rectangle {
color: colorWhite
}
QGCLabel {
text: MavManager.batteryConsumed.toFixed(0) + 'mA';
text: MavManager.batteryConsumed.toFixed(0) + 'mAh';
width: getProportionalDimmension(30)
horizontalAlignment: Text.AlignRight
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