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:
parent
61d26d7fd8
commit
dc11ff51b1
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user