summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorTim Kilbourn <tkilbourn@google.com>2015-01-12 15:57:39 -0800
committerTim Kilbourn <tkilbourn@google.com>2015-01-12 15:57:39 -0800
commita05e7ee8c0ccaa606ddc9ce825f4cb217243a8dc (patch)
treee6f21e608b96eb100bad52495ebbd679933d7286 /res/values
parentaa74839d81e55a85eb278e98b4edd31cf0ed7e73 (diff)
downloadandroid_packages_apps_PackageInstaller-a05e7ee8c0ccaa606ddc9ce825f4cb217243a8dc.tar.gz
android_packages_apps_PackageInstaller-a05e7ee8c0ccaa606ddc9ce825f4cb217243a8dc.tar.bz2
android_packages_apps_PackageInstaller-a05e7ee8c0ccaa606ddc9ce825f4cb217243a8dc.zip
Fix typo for tv strings.
Bug: 18053999 Bug: 18556513 Change-Id: Id56501c7bf50dcf327dc3f507756f4b669a5db67
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 9b0cf678..27d68ddf 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] -->