diff options
author | Jeff Sharkey <jsharkey@android.com> | 2012-06-05 16:56:56 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2012-06-05 16:57:56 -0700 |
commit | 422ec16df1080d94b024fdfb38911fcff1e62c22 (patch) | |
tree | e934592648806f341ac232c5e01bc943651a7526 /res/values | |
parent | 7ff6e568611af22ee38d2669c5c913d3a8824d41 (diff) | |
download | packages_apps_packageinstaller-422ec16df1080d94b024fdfb38911fcff1e62c22.zip packages_apps_packageinstaller-422ec16df1080d94b024fdfb38911fcff1e62c22.tar.gz packages_apps_packageinstaller-422ec16df1080d94b024fdfb38911fcff1e62c22.tar.bz2 |
Remove reference to Android Market.
Bug: 6603003
Change-Id: I6000ecd8776c0646226590f47b2709391b42c41e
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 9b20ab9..22245a4 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. --> |