diff --git a/recovery_ui/screen_ui.cpp b/recovery_ui/screen_ui.cpp index d3b03b46..ac613b1e 100644 --- a/recovery_ui/screen_ui.cpp +++ b/recovery_ui/screen_ui.cpp @@ -687,7 +687,8 @@ void ScreenRecoveryUI::SetTitle(const std::vector& lines) { std::vector ScreenRecoveryUI::GetMenuHelpMessage() const { // clang-format off static std::vector 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 LONG_PRESS_HELP{ "Any button cycles highlight.",