Merge "Reword the wipe warning message to be more comprehensible."
This commit is contained in:
+6
-4
@@ -752,13 +752,15 @@ static bool wipe_data(Device* device) {
|
|||||||
|
|
||||||
static bool prompt_and_wipe_data(Device* device) {
|
static bool prompt_and_wipe_data(Device* device) {
|
||||||
const char* const headers[] = {
|
const char* const headers[] = {
|
||||||
"Boot halted, user data is corrupt",
|
"Can't load Android system. Your data may be corrupt.",
|
||||||
"Wipe all user data to recover",
|
"If you continue to get this message, you may need to",
|
||||||
|
"perform a factory data reset and erase all user data",
|
||||||
|
"stored on this device.",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
const char* const items[] = {
|
const char* const items[] = {
|
||||||
"Retry boot",
|
"Try again",
|
||||||
"Wipe user data",
|
"Factory data reset",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
for (;;) {
|
for (;;) {
|
||||||
|
|||||||
Reference in New Issue
Block a user