summaryrefslogtreecommitdiffstats
path: root/ui/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/res/values/strings.xml')
-rw-r--r--ui/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/res/values/strings.xml b/ui/res/values/strings.xml
index bb3654af..6bd9f2c9 100644
--- a/ui/res/values/strings.xml
+++ b/ui/res/values/strings.xml
@@ -38,9 +38,9 @@
<!-- Status messages -->
- <!-- Status indicating that the download has not yet begun. Appears for an individual item in
- the download list. [CHAR LIMIT=11] -->
- <string name="download_pending">Queued</string>
+ <!-- Status indicating that the download has been queued to start in the future. Appears for an
+ individual item in the download list. [CHAR LIMIT=11] -->
+ <string name="download_queued">Queued</string>
<!-- Status indicating that the system is currently downloading the file. Appears for an
individual item in the download list. [CHAR LIMIT=11] -->
<string name="download_running">In progress</string>