aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2013-02-23 09:57:44 -0600
committerMatt Mower <mowerm@gmail.com>2013-02-23 09:57:44 -0600
commit74341a38a3c39d330e091cd1af0f48e892acfcd0 (patch)
treeb373536c9c44c707cd0d9e7799c77fd4fd01abb1
parentd7f45678b618c324c91bb5056069f52188c308d1 (diff)
downloadbootable_recovery-74341a38a3c39d330e091cd1af0f48e892acfcd0.zip
bootable_recovery-74341a38a3c39d330e091cd1af0f48e892acfcd0.tar.gz
bootable_recovery-74341a38a3c39d330e091cd1af0f48e892acfcd0.tar.bz2
UI text corrections
Change-Id: I3833941e4ef81cbb99a3042b343ce689bf60305f
-rw-r--r--extendedcommands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extendedcommands.c b/extendedcommands.c
index 3b62572..1a2e6d4 100644
--- a/extendedcommands.c
+++ b/extendedcommands.c
@@ -571,7 +571,7 @@ void show_mount_usb_storage_menu()
return;
static char* headers[] = { "USB Mass Storage device",
- "Leaving this menu unmount",
+ "Leaving this menu unmounts",
"your SD card from your PC.",
"",
NULL
@@ -975,7 +975,7 @@ void show_nandroid_advanced_restore_menu(const char* path)
"",
"Choose an image to restore",
"first. The next menu will",
- "you more options.",
+ "show you more options.",
"",
NULL
};