1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OP-1395 - fix typo in Flight log dialog

This commit is contained in:
Alessio Morale 2014-07-09 08:40:31 +02:00
parent 61d26d7fd8
commit dc11ff51b1

View File

@ -98,7 +98,7 @@ Rectangle {
}
Text {
id: totalSlots
text: "<b>" + qsTr("Slot used (free): ") + "</b>" +
text: "<b>" + qsTr("Slots used (free): ") + "</b>" +
logStatus.UsedSlots + " (" + logStatus.FreeSlots + ")"
}
Text {