the beginnings of adding a format option,
diff --git a/default_recovery_ui.c b/default_recovery_ui.c
index 0b4bd13..c6955c0 100644
--- a/default_recovery_ui.c
+++ b/default_recovery_ui.c
@@ -27,9 +27,9 @@
                        "wipe data/factory reset",
                        "wipe cache partition",
                        "install zip from sdcard",
-                       "backup",
-                       "restore",
-                       "mount partitions",
+                       "nandroid",
+                       "partitions menu",
+                       "advanced",
                        NULL };
 
 int device_toggle_display(volatile char* key_pressed, int key_code) {