summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-06-07 18:17:00 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-07 18:17:00 -0700
commit9bb24264f13e2f2f9d254c70d385579d74eb80b3 (patch)
treede245554b264835ac7b2dbc185960c2bcb1e53c9
parent4185f1c127e91a18d6ebf3a72b957ad24d341801 (diff)
parentb9f5679d313bf1f15fcb15fb9613927d2856044a (diff)
downloadandroid_packages_apps_PackageInstaller-9bb24264f13e2f2f9d254c70d385579d74eb80b3.tar.gz
android_packages_apps_PackageInstaller-9bb24264f13e2f2f9d254c70d385579d74eb80b3.tar.bz2
android_packages_apps_PackageInstaller-9bb24264f13e2f2f9d254c70d385579d74eb80b3.zip
am b9f5679d: am 422ec16d: Remove reference to Android Market.
* commit 'b9f5679d313bf1f15fcb15fb9613927d2856044a': Remove reference to Android Market.
-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. -->