Style unification for the US file…

Unifies the last lines with the style used throughout the US file
This commit is contained in:
Weedy Weed Smoker 2019-12-07 12:35:32 +07:00 committed by GitHub
parent 355aaac73a
commit d0ed4e90b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10180,11 +10180,19 @@ MSG_HASH(
MSG_MANUAL_CONTENT_SCAN_END,
"Scan complete: "
)
MSG_HASH(MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_ENABLED,
"Accessibility Enable")
MSG_HASH(MENU_ENUM_SUBLABEL_ACCESSIBILITY_ENABLED,
"Turn on/off accessibility narrator for menu navigation")
MSG_HASH(MENU_ENUM_SUBLABEL_ACCESSIBILITY_NARRATOR_SPEECH_SPEED,
"Set speech speed for the narrator, from fast to slow")
MSG_HASH(MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_NARRATOR_SPEECH_SPEED,
"Narrator Speech Speed")
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_ENABLED,
"Accessibility Enable"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ACCESSIBILITY_ENABLED,
"Turn on/off accessibility narrator for menu navigation"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ACCESSIBILITY_NARRATOR_SPEECH_SPEED,
"Set speech speed for the narrator, from fast to slow"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_NARRATOR_SPEECH_SPEED,
"Narrator Speech Speed"
)