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:
parent
0c2f84f3c2
commit
e741c95667
1 changed files with 2 additions and 1 deletions
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue