summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-10-10 12:11:13 -0700
committerElliott Hughes <enh@google.com>2014-10-10 12:11:13 -0700
commit250a1ebc4cf52edf4e55a594f05f4a351ee8e126 (patch)
tree6ddde9e01a7719ca26cdefec9a6192c9bd875121 /res
parent9292533d4b80fbffdce5499f199a55505d287f18 (diff)
downloadandroid_packages_providers_DownloadProvider-250a1ebc4cf52edf4e55a594f05f4a351ee8e126.tar.gz
android_packages_providers_DownloadProvider-250a1ebc4cf52edf4e55a594f05f4a351ee8e126.tar.bz2
android_packages_providers_DownloadProvider-250a1ebc4cf52edf4e55a594f05f4a351ee8e126.zip
Fix internationalization of percentage formatting in DownloadProvider.
Bug: 15476051 Change-Id: I085c074f1bb66631872712cab68bcaf6ee7ba7dc
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c5712194..5ebb97db 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -190,9 +190,6 @@
[CHAR LIMIT=25] -->
<string name="button_start_now">Start now</string>
- <!-- Short representation of download progress percentage. [CHAR LIMIT=8] -->
- <string name="download_percent"><xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
-
<!-- Title summarizing active downloads. [CHAR LIMIT=32] -->
<plurals name="notif_summary_active">
<item quantity="one">1 file downloading</item>
@@ -227,6 +224,6 @@
<string name="download_error">Unsuccessful</string>
<!-- Representation of download progress percentage when running. [CHAR LIMIT=24] -->
- <string name="download_running_percent">In progress, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_running_percent">In progress, <xliff:g id="percentage" example="50%">%s</xliff:g></string>
</resources>