summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-06-07 18:14:01 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-07 18:14:01 -0700
commitb9f5679d313bf1f15fcb15fb9613927d2856044a (patch)
treee934592648806f341ac232c5e01bc943651a7526
parent9e0ed3055b45781d084ab48e14500d5e4390c15a (diff)
parent422ec16df1080d94b024fdfb38911fcff1e62c22 (diff)
downloadandroid_packages_apps_PackageInstaller-b9f5679d313bf1f15fcb15fb9613927d2856044a.tar.gz
android_packages_apps_PackageInstaller-b9f5679d313bf1f15fcb15fb9613927d2856044a.tar.bz2
android_packages_apps_PackageInstaller-b9f5679d313bf1f15fcb15fb9613927d2856044a.zip
am 422ec16d: Remove reference to Android Market.
* commit '422ec16df1080d94b024fdfb38911fcff1e62c22': 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. -->