Change Q: -> Pending:

This commit is contained in:
Mark Johnson 2016-03-14 11:45:05 -07:00
parent b7a47d7bf2
commit 2834ff2935

View file

@ -167,7 +167,7 @@ Item {
font.pixelSize: root.fontSize
visible: root.expanded;
text: "Downloads: " + root.downloads + "/" + root.downloadLimit +
", Q: " + root.downloadsPending;
", Pending: " + root.downloadsPending;
}
}
}