summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2011-10-16 11:13:54 -0700
committerKenny Root <kroot@google.com>2011-10-16 11:13:57 -0700
commitdf6b983ae3dad8914626e0aa9c7322d52557427f (patch)
treed4d2454fe90aa1c170c55308ed0e9a79f0f4bea5
parent11a65e67245a87dfccd10c3b84c0b715f59d4ef6 (diff)
downloadandroid_packages_apps_PackageInstaller-df6b983ae3dad8914626e0aa9c7322d52557427f.tar.gz
android_packages_apps_PackageInstaller-df6b983ae3dad8914626e0aa9c7322d52557427f.tar.bz2
android_packages_apps_PackageInstaller-df6b983ae3dad8914626e0aa9c7322d52557427f.zip
Fix typo in error message
Bug: 5447385 Change-Id: I9656f8d2677fb34ff0e2eb000a7d3738cfff50ed
-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 4d0656fa..7deb8f7a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -55,7 +55,7 @@
be installed.</string>
<!-- Reason displayed when installation fails because the package could not be verified
before the internal system timer expired. [CHAR LIMIT=100] -->
- <string name="install_failed_verify_timeout">A timeout occured while trying to verify this
+ <string name="install_failed_verify_timeout">A timeout occurred while trying to verify this
package. Please try to install it again later.</string>
<!-- Message presented when an application could not be installed on the tablet for some reason. [CHAR LIMIT=100] -->
<string name="install_failed_msg" product="tablet"><xliff:g id="app_name">%1$s</xliff:g> could not be installed on this tablet.</string>