summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-02-22 04:55:19 +0200
committerMichael Bestas <mkbestas@lineageos.org>2018-08-21 23:55:33 +0300
commit5fe969254255b5869a473fe1aab320e603d836a2 (patch)
treed37c54e040cc15dcde6c1ad8642209829fe00ade /res/values
parent4c469b1a14d24b043392c3714183220b1bdcd25f (diff)
downloadandroid_packages_apps_PackageInstaller-5fe969254255b5869a473fe1aab320e603d836a2.tar.gz
android_packages_apps_PackageInstaller-5fe969254255b5869a473fe1aab320e603d836a2.tar.bz2
android_packages_apps_PackageInstaller-5fe969254255b5869a473fe1aab320e603d836a2.zip
Fix "Provide more information why an install failed" for TV
* Workaround crowdin issues with aapt2 and missing translations Change-Id: I3e42fc7fca6b2683653470f81b04e4085b0be00a
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8a2f878b..2ed86d33 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -61,7 +61,7 @@
compatible with your tablet.</string>
<!-- Reason displayed when installation fails because the package is incompatible with
the current TV (e.g., missing native code for the current ABI, newer SDK, ...) [CHAR LIMIT=100] -->
- <string name="install_failed_incompatible" product="tv">This app isn\'t
+ <string name="install_failed_incompatible" product="tv">App not installed as app isn\'t
compatible with your TV.</string>
<!-- Reason displayed when installation fails because the package is incompatible with
the current phone (e.g., missing native code for the current ABI, newer SDK, ...) [CHAR LIMIT=100] -->