summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian DC <radian.dc@gmail.com>2017-01-15 01:59:05 +0100
committerZhao Wei Liew <zhaoweiliew@gmail.com>2017-01-17 10:45:11 +0000
commit3b2581b47411a4a18db3593b0b51dbf8d6d64ae7 (patch)
tree6817ec8b6da880bb28c1dcef8d8f516b86d02859
parent331afccf4a9b81ddf22500872b7260b532e15c41 (diff)
downloadbootable_recovery-3b2581b47411a4a18db3593b0b51dbf8d6d64ae7.zip
bootable_recovery-3b2581b47411a4a18db3593b0b51dbf8d6d64ae7.tar.gz
bootable_recovery-3b2581b47411a4a18db3593b0b51dbf8d6d64ae7.tar.bz2
recovery: Fix "Wipe data" wrong "System reset" naming
* Right now the "system reset" performs a data wipe, because the real system reset was moved to advanced by Ib9bc6967b98d022880cfe7fa8e324cd64b07d248 Change-Id: I302161ed757f449469ce05019f6bfe5b205c5800 (cherry picked from commit 41ed544fb8d6ad2626d5eb4c35c9bcb38e2aed8e)
-rw-r--r--device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.cpp b/device.cpp
index 0186d5b..e337001 100644
--- a/device.cpp
+++ b/device.cpp
@@ -40,7 +40,7 @@ struct menu_entry {
static const char* WIPE_MENU_NAMES[] = {
#ifndef RELEASE_BUILD
- "System reset (keep media)",
+ "Wipe data (keep media)",
#endif
"Full factory reset",
"Wipe cache partition",