diff options
| author | Richard Hansen <rhansen@rhansen.org> | 2020-05-13 10:07:36 -0400 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2020-06-08 17:42:48 +0300 |
| commit | 8b7db0bb2ee8783813e94277b7bbc8198f03837c (patch) | |
| tree | d0d397fac8d92d9130d74c41c90e1ae601618ff7 | |
| parent | 4832e2f2f9e7fe3f7f7099fa4d91f0c9f8ea552b (diff) | |
| download | android_bootable_recovery-8b7db0bb2ee8783813e94277b7bbc8198f03837c.tar.gz android_bootable_recovery-8b7db0bb2ee8783813e94277b7bbc8198f03837c.tar.bz2 android_bootable_recovery-8b7db0bb2ee8783813e94277b7bbc8198f03837c.zip | |
recovery: Clarify help text
Currently this help text is not rendered, but that will change in a
future commit.
Change-Id: Ic2f566b84c4f49610fe0dab5929abe19abef9275
| -rw-r--r-- | recovery_ui/screen_ui.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recovery_ui/screen_ui.cpp b/recovery_ui/screen_ui.cpp index 54f8c851..382b7495 100644 --- a/recovery_ui/screen_ui.cpp +++ b/recovery_ui/screen_ui.cpp @@ -803,7 +803,8 @@ void ScreenRecoveryUI::draw_screen_locked() { // clang-format off static std::vector<std::string> REGULAR_HELP{ - "Use volume up/down and power.", + "Use the volume up/down keys to navigate.", + "Use the power key to select.", }; static std::vector<std::string> LONG_PRESS_HELP{ "Any button cycles highlight.", |
