summaryrefslogtreecommitdiffstats
path: root/default_recovery_ui.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-09-15 20:08:23 +0200
committerDoug Zongker <dougz@android.com>2010-09-15 20:08:23 +0200
commit8674a726ff05a4a6c09c6934778c251635f130a8 (patch)
treeb153dacf0dcb4535496dd6854a68a8f998f02472 /default_recovery_ui.c
parentclose update package before installing; allow remount (diff)
downloadandroid_bootable_recovery-8674a726ff05a4a6c09c6934778c251635f130a8.tar
android_bootable_recovery-8674a726ff05a4a6c09c6934778c251635f130a8.tar.gz
android_bootable_recovery-8674a726ff05a4a6c09c6934778c251635f130a8.tar.bz2
android_bootable_recovery-8674a726ff05a4a6c09c6934778c251635f130a8.tar.lz
android_bootable_recovery-8674a726ff05a4a6c09c6934778c251635f130a8.tar.xz
android_bootable_recovery-8674a726ff05a4a6c09c6934778c251635f130a8.tar.zst
android_bootable_recovery-8674a726ff05a4a6c09c6934778c251635f130a8.zip
Diffstat (limited to 'default_recovery_ui.c')
-rw-r--r--default_recovery_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/default_recovery_ui.c b/default_recovery_ui.c
index 409d67934..ce12787fe 100644
--- a/default_recovery_ui.c
+++ b/default_recovery_ui.c
@@ -24,7 +24,7 @@ char* MENU_HEADERS[] = { "Android system recovery utility",
NULL };
char* MENU_ITEMS[] = { "reboot system now",
- "apply sdcard:update.zip",
+ "apply update from sdcard",
"wipe data/factory reset",
"wipe cache partition",
NULL };