From 2834ff29352eab2b368c5a851e5c513d7ed5236c Mon Sep 17 00:00:00 2001 From: Mark Johnson Date: Mon, 14 Mar 2016 11:45:05 -0700 Subject: [PATCH] Change Q: -> Pending: --- interface/resources/qml/Stats.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } }