mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
OP-1395 - Change labels for better readability remove trailing spaces from translated strings
This commit is contained in:
parent
ca12105527
commit
fd307479e8
@ -98,8 +98,8 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
id: totalSlots
|
id: totalSlots
|
||||||
text: "<b>" + qsTr("Slots used (free): ") + "</b>" +
|
text: "<b>" + qsTr("Slots used/free:") + "</b> " +
|
||||||
logStatus.UsedSlots + " (" + logStatus.FreeSlots + ")"
|
logStatus.UsedSlots + "/" + logStatus.FreeSlots
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
id: totalEntries
|
id: totalEntries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user