recovery: Clarify help text

Currently this help text is not rendered, but that will change in a
future commit.

Change-Id: Ic2f566b84c4f49610fe0dab5929abe19abef9275
This commit is contained in:
Richard Hansen 2020-05-13 10:07:36 -04:00 committed by zlewchan
parent 0c2f84f3c2
commit e741c95667

View file

@ -687,7 +687,8 @@ void ScreenRecoveryUI::SetTitle(const std::vector<std::string>& lines) {
std::vector<std::string> ScreenRecoveryUI::GetMenuHelpMessage() const {
// 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.",