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

OP-1395 - Change labels for better readability remove trailing spaces from translated strings

This commit is contained in:
Alessio Morale 2014-07-10 22:12:25 +02:00
parent ca12105527
commit fd307479e8

View File

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