diff options
author | Kenny Root <kroot@google.com> | 2011-10-16 11:13:54 -0700 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2011-10-16 11:13:57 -0700 |
commit | df6b983ae3dad8914626e0aa9c7322d52557427f (patch) | |
tree | d4d2454fe90aa1c170c55308ed0e9a79f0f4bea5 /res | |
parent | 11a65e67245a87dfccd10c3b84c0b715f59d4ef6 (diff) | |
download | packages_apps_packageinstaller-df6b983ae3dad8914626e0aa9c7322d52557427f.zip packages_apps_packageinstaller-df6b983ae3dad8914626e0aa9c7322d52557427f.tar.gz packages_apps_packageinstaller-df6b983ae3dad8914626e0aa9c7322d52557427f.tar.bz2 |
Fix typo in error message
Bug: 5447385
Change-Id: I9656f8d2677fb34ff0e2eb000a7d3738cfff50ed
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4d0656f..7deb8f7 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> |