Edit to strings file to use "app" instead of "application" per our new convention.
Bug: 5163232

Change-Id: Id1c180ed64e60df2d6c3548134f6d63967b290c5
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>