summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorTim Kilbourn <tkilbourn@google.com>2015-01-15 02:26:24 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-15 02:26:24 +0000
commita29b56eea8eb85cfe3e5371562c932bd935ba6f7 (patch)
tree0b3573c8e5a3e22d98f135cdf69861d01a2239ca /res/values
parent68a74a22b2f1206cd995c36268578267f992fb42 (diff)
parentbad3d8e6bd68ab381a35eb304d0f5ee46d1e9f86 (diff)
downloadandroid_packages_apps_PackageInstaller-a29b56eea8eb85cfe3e5371562c932bd935ba6f7.tar.gz
android_packages_apps_PackageInstaller-a29b56eea8eb85cfe3e5371562c932bd935ba6f7.tar.bz2
android_packages_apps_PackageInstaller-a29b56eea8eb85cfe3e5371562c932bd935ba6f7.zip
am bad3d8e6: am 85eb032f: am a05e7ee8: Fix typo for tv strings.
* commit 'bad3d8e6bd68ab381a35eb304d0f5ee46d1e9f86': Fix typo for tv strings.
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 28999809..c4327fbe 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -94,7 +94,7 @@
<!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
<string name="unknown_apps_dlg_text" product="tablet">For security, your tablet is set to block installation of apps obtained from unknown sources.</string>
<!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
- <string name="unknown_apps_dlg_text" product="TV">For security, your TV is set to block installation of apps obtained from unknown sources.</string>
+ <string name="unknown_apps_dlg_text" product="tv">For security, your TV is set to block installation of apps obtained from unknown sources.</string>
<!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
<string name="unknown_apps_dlg_text" product="default">For security, your phone is set to block installation of apps obtained from unknown sources.</string>
<!-- Message presented in a dialog box when the device administrator restricts the installation of apps from unknown sources. [CHAR LIMIT=none] -->