summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudia de Veaux <deveaux@google.com>2011-11-10 13:33:51 -0800
committerClaudia de Veaux <deveaux@google.com>2011-11-10 13:33:51 -0800
commit1bbada4a87f3924316e207a21e65456d720dcd2a (patch)
treead75f0ac1f0d8a8c8853448bc3ca8fdb93f1672d
parent32e0909418c16aa4111d97063d1d997feae1890e (diff)
downloadDrmProvider-1bbada4a87f3924316e207a21e65456d720dcd2a.tar.gz
Edit to strings file to use "app" instead of "application" per our new convention.
Bug: 5163232 Change-Id: Id1c180ed64e60df2d6c3548134f6d63967b290c5
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 73341cd..016eba8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -22,13 +22,13 @@
<string name="permlab_accessDrm">Access DRM content.</string>
<!-- Description of the permission that allows access to DRM content -->
- <string name="permdesc_accessDrm">Allows application to access
+ <string name="permdesc_accessDrm">Allows app to access
DRM-protected content.</string>
<!-- Title of the permission that allows installation of DRM content -->
<string name="permlab_installDrm">Install DRM content.</string>
<!-- Description of the permission that allows installation of DRM content -->
- <string name="permdesc_installDrm">Allows application to install
+ <string name="permdesc_installDrm">Allows app to install
DRM-protected content.</string>
</resources>