summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-06-05 16:56:56 -0700
committerJeff Sharkey <jsharkey@android.com>2012-06-05 16:57:56 -0700
commit422ec16df1080d94b024fdfb38911fcff1e62c22 (patch)
treee934592648806f341ac232c5e01bc943651a7526
parent7ff6e568611af22ee38d2669c5c913d3a8824d41 (diff)
downloadandroid_packages_apps_PackageInstaller-422ec16df1080d94b024fdfb38911fcff1e62c22.tar.gz
android_packages_apps_PackageInstaller-422ec16df1080d94b024fdfb38911fcff1e62c22.tar.bz2
android_packages_apps_PackageInstaller-422ec16df1080d94b024fdfb38911fcff1e62c22.zip
Remove reference to Android Market.
Bug: 6603003 Change-Id: I6000ecd8776c0646226590f47b2709391b42c41e
-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 9b20ab9c..22245a4f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -77,9 +77,9 @@
<string name="launch">Open</string>
<string name="unknown_apps_dlg_title">Install blocked</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="tablet">For security, your tablet is set to block installation of apps not obtained from Android Market.</string>
+ <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="default">For security, your phone is set to block installation of apps not obtained from Android Market.</string>
+ <string name="unknown_apps_dlg_text" product="default">For security, your phone is set to block installation of apps obtained from unknown sources.</string>
<string name="ok">OK</string>
<string name="settings">Settings</string>
<!-- Title of dialog asking user if they would allow an application to be an install source. -->