Merge pull request #13071 from IlDucci/ps2restypofix

Fixing a string typo in PR #13068
This commit is contained in:
Autechre 2021-10-05 22:44:37 +02:00 committed by GitHub
commit 16b82a05e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1520,7 +1520,7 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_OFFSET_X, MENU_ENUM_SUBLABEL_VIDEO_WINDOW_OFFSET_X,
"Forces a certain offset horizontally to the video. The offset is applied globaly." "Forces a certain offset horizontally to the video. The offset is applied globally."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_OFFSET_Y, MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_OFFSET_Y,
@ -1528,7 +1528,7 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_OFFSET_Y, MENU_ENUM_SUBLABEL_VIDEO_WINDOW_OFFSET_Y,
"Forces a certain offset vertically to the video. The offset is applied globaly." "Forces a certain offset vertically to the video. The offset is applied globally."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE, MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE,
@ -1788,7 +1788,7 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_HDR_MAX_NITS, MENU_ENUM_SUBLABEL_VIDEO_HDR_MAX_NITS,
"Set the peak luminance (in cd/m2) your display can reproduce. See RTings for your display's peak luminance" "Set the peak luminance (in cd/m2) your display can reproduce. See RTings for your display's peak luminance."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_HDR_PAPER_WHITE_NITS, MENU_ENUM_LABEL_VALUE_VIDEO_HDR_PAPER_WHITE_NITS,