Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eddc9a15 authored by Paul Crowley's avatar Paul Crowley Committed by android-build-merger
Browse files

Merge "Reword the wipe warning message to be more comprehensible."

am: f09efaff

Change-Id: I4078499b8019361979a8d47cf9205e1ee865303c
parents 9e05f26e f09efaff
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -752,13 +752,15 @@ static bool wipe_data(Device* device) {

static bool prompt_and_wipe_data(Device* device) {
  const char* const headers[] = {
    "Boot halted, user data is corrupt",
    "Wipe all user data to recover",
    "Can't load Android system. Your data may be corrupt.",
    "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
  };
  const char* const items[] = {
    "Retry boot",
    "Wipe user data",
    "Try again",
    "Factory data reset",
    NULL
  };
  for (;;) {