summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSuchi Amalapurapu <asuchitra@google.com>2010-03-11 10:54:44 -0800
committerSuchi Amalapurapu <asuchitra@google.com>2010-03-11 14:29:54 -0800
commit9ab50f3655afed4f9266402a03d3235d94220397 (patch)
treea0755e70e683d841fee32be90d94636cfc9b038c /res
parentdc7d3d29d2d058e795ab7650a611027d981e4a71 (diff)
downloadandroid_packages_apps_PackageInstaller-9ab50f3655afed4f9266402a03d3235d94220397.tar.gz
android_packages_apps_PackageInstaller-9ab50f3655afed4f9266402a03d3235d94220397.tar.bz2
android_packages_apps_PackageInstaller-9ab50f3655afed4f9266402a03d3235d94220397.zip
Remove memory checks in side loading ui
Move dialog for insufficient storage as a post-install error handle dialog Change-Id: I419b1dc233e01fc91e29d1274bae17d5bd63a60d
Diffstat (limited to 'res')
-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 67b8e533..f172e484 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -38,7 +38,7 @@
<!-- Dialog attributes when replacing system app -->
<string name="dlg_sys_app_replacement_statement">This is a system application. Do you still want to replace it?\n\nAll previous user data will be saved.</string>
<string name="out_of_space_dlg_title">Out of space</string>
- <string name="out_of_space_dlg_text"><xliff:g id="app_name">%1$s</xliff:g> could not be viewed. Free up some space on your phone and try again.</string>
+ <string name="out_of_space_dlg_text"><xliff:g id="app_name">%1$s</xliff:g> could not be installed. Free up some space on your phone and try again.</string>
<!-- strings related to uninstall activity -->
<string name="dlg_ok">OK</string>
<string name="app_not_found_dlg_title">Application not found</string>