diff --git a/interface/resources/qml/Stats.qml b/interface/resources/qml/Stats.qml index f6d4f4bdae..696695de68 100644 --- a/interface/resources/qml/Stats.qml +++ b/interface/resources/qml/Stats.qml @@ -167,7 +167,7 @@ Item { font.pixelSize: root.fontSize visible: root.expanded; text: "Downloads: " + root.downloads + "/" + root.downloadLimit + - ", Q: " + root.downloadsPending; + ", Pending: " + root.downloadsPending; } } }