summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2009-06-16 16:34:34 -0700
committerEric Fischer <enf@google.com>2009-06-16 16:34:34 -0700
commit7845eef853318d17c01b05c3824fa17dbcc588fa (patch)
tree44c36dddb71042fba0bb121c2e82289f17d7a589 /res
parent20e1751ba69b544da2c2f3c43d1a638a5d34ff0e (diff)
downloadDrmProvider-7845eef853318d17c01b05c3824fa17dbcc588fa.tar.gz
Make name of DRM 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 c8f83dd..8a89313 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -15,6 +15,9 @@
-->
<resources>
+ <!-- Title of the storage activity for DRM content. -->
+ <string name="app_label">DRM Protected Content Storage</string>
+
<!-- Title of the permission that allows access to DRM content -->
<string name="permlab_accessDrm">Access DRM content.</string>