mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Fixing a string typo in PR #13068
This commit is contained in:
parent
a264cad19a
commit
41a9c46846
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user