1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Change MB to not be translated

This commit is contained in:
Elias Steurer 2021-09-18 15:42:30 +02:00
parent 273ae8c354
commit 513e7140f2

View File

@ -78,7 +78,7 @@ Drawer {
}
txtTitle.text = title
const size = Math.floor((1000 * ((fileSize / 1024) / 1000)) / 1000)
txtFileSize.text = qsTr("Size: ") + size + qsTr(" MB")
txtFileSize.text = qsTr("Size: ") + size + " MB"
pbVotes.to = votesDown + votesUp
pbVotes.value = votesUp
txtVotesDown.text = votesDown