Update msg_hash_us.h

This commit is contained in:
Guo Yunhe 2020-04-26 11:36:18 +03:00 committed by GitHub
parent cc6a5a6077
commit 8d71714446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1499,11 +1499,11 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO,
"Config Aspect Ratio"
"Custom Aspect Ratio"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_ASPECT_RATIO,
"Floating point value for video aspect ratio (width / height), used if the Aspect Ratio is set to 'Config Aspect Ratio'."
"Floating point value for video aspect ratio (width / height), used if the Aspect Ratio is set to 'Custom Aspect Ratio'."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_X,