summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-06-16 16:53:04 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-06-16 16:53:04 -0700
commit3c700a35be5ec8c4036e75abebf0e5d4bc878eff (patch)
treea4564c4aa49b414293f09edf23d2ca6f84040a1c /res
parent8669ad1117c7502d74ef24e2a7f9df387f5eddd2 (diff)
parente2beeb108d4f1dc2b5959008fe3a608798032cc6 (diff)
downloadandroid_packages_providers_DownloadProvider-3c700a35be5ec8c4036e75abebf0e5d4bc878eff.tar.gz
android_packages_providers_DownloadProvider-3c700a35be5ec8c4036e75abebf0e5d4bc878eff.tar.bz2
android_packages_providers_DownloadProvider-3c700a35be5ec8c4036e75abebf0e5d4bc878eff.zip
Merge change 4415 into donut
* changes: 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.