mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
Merge pull request #13071 from IlDucci/ps2restypofix
Fixing a string typo in PR #13068
This commit is contained in:
commit
16b82a05e5
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user