mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 05:30:41 +02:00
Change Q: -> Pending:
This commit is contained in:
parent
b7a47d7bf2
commit
2834ff2935
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ Item {
|
|||
font.pixelSize: root.fontSize
|
||||
visible: root.expanded;
|
||||
text: "Downloads: " + root.downloads + "/" + root.downloadLimit +
|
||||
", Q: " + root.downloadsPending;
|
||||
", Pending: " + root.downloadsPending;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue