summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-10-13 16:34:33 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-13 16:34:33 +0000
commitebd05f0e5afb6766050d2d85df1aaa3b37a554eb (patch)
treef5537d20fa3c831588bfb1a2621a92f4a47c6b5c /res
parent8b3d298f023b861143da3182e09d7f3a7b0ab6a5 (diff)
parent3befe49d5bd320a8ffd8e36f47376bb821f7b0da (diff)
downloadandroid_packages_providers_DownloadProvider-ebd05f0e5afb6766050d2d85df1aaa3b37a554eb.tar.gz
android_packages_providers_DownloadProvider-ebd05f0e5afb6766050d2d85df1aaa3b37a554eb.tar.bz2
android_packages_providers_DownloadProvider-ebd05f0e5afb6766050d2d85df1aaa3b37a554eb.zip
am 3befe49d: am 250a1ebc: Fix internationalization of percentage formatting in DownloadProvider.
* commit '3befe49d5bd320a8ffd8e36f47376bb821f7b0da': Fix internationalization of percentage formatting in DownloadProvider.
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>