summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-06-16 21:59:32 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-06-16 21:59:32 -0700
commit942f86951acec0850fd0f75909f2dee72fa490d1 (patch)
tree6198b5270f476337e1b5c7e50d423fc8ca99c01d /res
parenta7f9ec8274d648a5869308b8a8f322abf6d888fa (diff)
parent3c700a35be5ec8c4036e75abebf0e5d4bc878eff (diff)
downloadandroid_packages_providers_DownloadProvider-942f86951acec0850fd0f75909f2dee72fa490d1.tar.gz
android_packages_providers_DownloadProvider-942f86951acec0850fd0f75909f2dee72fa490d1.tar.bz2
android_packages_providers_DownloadProvider-942f86951acec0850fd0f75909f2dee72fa490d1.zip
am 3c700a35: Merge change 4415 into donut
Merge commit '3c700a35be5ec8c4036e75abebf0e5d4bc878eff' * commit '3c700a35be5ec8c4036e75abebf0e5d4bc878eff': Make name of Download Provider localizable.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3a8fa076..e8abf5f5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -15,6 +15,9 @@
-->
<resources>
+ <!-- This is the name of the Download Manager application. -->
+ <string name="app_label">Download Manager</string>
+
<!-- This is the short description of a permission associated with the
Android Download Manager. It is displayed as part of the description
of any application that was granted that permission.